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:
parent
7b42adcca2
commit
a42f4a41fd
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue