1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Fix tests for default theme fix

This commit is contained in:
Dave Davenport 2017-05-20 15:37:29 +02:00
parent 7b42adcca2
commit a42f4a41fd
2 changed files with 8 additions and 0 deletions

View file

@ -100,6 +100,10 @@
#window.mainbox.sidebar.box {
border: 1px dash 0px 0px ;
}
#window.mainbox.sidebar.button.selected {
foreground: @selected-normal-foreground;
background: @selected-normal-background;
}
#window.mainbox.inputbar {
spacing: 0;
}

View file

@ -100,6 +100,10 @@
#window.mainbox.sidebar.box {
border: 1px dash 0px 0px ;
}
#window.mainbox.sidebar.button.selected {
foreground: @selected-normal-foreground;
background: @selected-normal-background;
}
#window.mainbox.inputbar {
spacing: 0;
}