1
0
Fork 0
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:
Dave Davenport 2017-05-20 14:40:16 +02:00
parent 421f84285f
commit 7b42adcca2

View file

@ -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;"
"}"