Make unfocused selections visible in entries
This commit is contained in:
committed by
Carlos Garnacho
parent
21a193ad02
commit
fc10599ac8
@ -3498,6 +3498,10 @@ gtk_css_provider_get_default (void)
|
||||
" background-color: shade (@base_color, 0.9);\n"
|
||||
" color: shade (@base_color, 0.7);\n"
|
||||
"}\n"
|
||||
".entry:active {\n"
|
||||
" background-color: #c4c2bd;\n"
|
||||
" color: #000;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
".progressbar:prelight,\n"
|
||||
".entry.progressbar {\n"
|
||||
|
||||
Reference in New Issue
Block a user