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;