forked from AuroraMiddleware/gtk
GtkCssProvider: Make prelight a bit less light in default CSS.
This commit is contained in:
parent
bc3c9ce619
commit
de94d04fea
@ -3147,7 +3147,7 @@ gtk_css_provider_get_default (void)
|
|||||||
"}\n"
|
"}\n"
|
||||||
"\n"
|
"\n"
|
||||||
"*:prelight {\n"
|
"*:prelight {\n"
|
||||||
" background-color: shade (@bg_color, 2.0);\n"
|
" background-color: shade (@bg_color, 1.05);\n"
|
||||||
" color: shade (@fg_color, 1.3);\n"
|
" color: shade (@fg_color, 1.3);\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -3220,7 +3220,7 @@ gtk_css_provider_get_default (void)
|
|||||||
"GtkCheckButton:selected,\n"
|
"GtkCheckButton:selected,\n"
|
||||||
"GtkRadioButton:hover,\n"
|
"GtkRadioButton:hover,\n"
|
||||||
"GtkRadioButton:selected {\n"
|
"GtkRadioButton:selected {\n"
|
||||||
" background-color: lighter (@bg_color);\n"
|
" background-color: shade (@bg_color, 1.05);\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"\n"
|
"\n"
|
||||||
".check, .radio,\n"
|
".check, .radio,\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user