mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
themes: use the disabled color more globally.
Don't use it only on menus. For instance, there were disabled checkboxes (and their label) in plug-ins which were not showing different at all, and it's confusing. Now both menu items, and other type of settings will show similar "disabled" style.
This commit is contained in:
parent
fbbe3dbaa9
commit
c4682be682
1 changed files with 4 additions and 4 deletions
|
@ -16,6 +16,10 @@
|
|||
color: @fg-color;
|
||||
}
|
||||
|
||||
*:disabled {
|
||||
color: @disabled-fg-color;
|
||||
}
|
||||
|
||||
#image-menubar, GtkImageMenuItem {
|
||||
background-color: @bg-color;
|
||||
color: @fg-color;
|
||||
|
@ -319,10 +323,6 @@ menubar > menuitem:hover {
|
|||
background: @extreme-selected-color;
|
||||
}
|
||||
|
||||
menubar *:disabled {
|
||||
color: @disabled-fg-color;
|
||||
}
|
||||
|
||||
menuitem *:hover {
|
||||
color: @fg-color;
|
||||
background: @extreme-selected-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue