1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Fix tests.

This commit is contained in:
Dave Davenport 2017-09-18 09:06:40 +02:00
parent ae0323211b
commit b50aa7e2e9
2 changed files with 8 additions and 0 deletions

View file

@ -104,6 +104,10 @@
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
#button {
spacing: 0;
text-color: @normal-foreground;
}
#button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;

View file

@ -105,6 +105,10 @@
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
#button {
spacing: 0;
text-color: @normal-foreground;
}
#button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;