mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-03 16:05:20 -05:00
Fix default theme sidebar mode.
This commit is contained in:
parent
421f84285f
commit
7b42adcca2
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@ const char *default_theme =
|
|||
"#window.mainbox.sidebar.box {"
|
||||
" border: 1px dash 0px 0px ;"
|
||||
"}"
|
||||
"#window.mainbox.sidebar button selected {"
|
||||
" background: @selected-normal-background;"
|
||||
" foreground: @selected-normal-foreground;"
|
||||
"}"
|
||||
"#window.mainbox.inputbar {"
|
||||
" spacing: 0;"
|
||||
"}"
|
||||
|
|
Loading…
Add table
Reference in a new issue