diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2016-01-04 17:48:59 -0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2016-01-04 17:48:59 -0800 |
commit | 2780865534042ea7e5ab2836dcd1637c92a73746 (patch) | |
tree | fde09a13ac2e045d29e3c7d3b7c461911e4c28d3 /gtk/theme/HighContrast/gtk.css | |
parent | b2b1b0e238259cb0df148c2b4d42d90e965fe60b (diff) | |
download | gtk+-2780865534042ea7e5ab2836dcd1637c92a73746.tar.gz |
HighContrast: update to use :indeterminate
Diffstat (limited to 'gtk/theme/HighContrast/gtk.css')
-rw-r--r-- | gtk/theme/HighContrast/gtk.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index 5e878c98f8..e8e5536265 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -1757,7 +1757,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { color: gray; } .check:disabled:backdrop { color: gray; } - .check:inconsistent { + .check:indeterminate { -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } .check:backdrop { color: #000; } @@ -1782,7 +1782,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { color: gray; } .radio:disabled:backdrop { color: gray; } - .radio:inconsistent { + .radio:indeterminate { -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } .radio:backdrop { color: #000; } @@ -2292,7 +2292,7 @@ calendar { calendar.header:backdrop { background-image: linear-gradient(to bottom, #fff); border-bottom-color: #c6c6c6; } - calendar:inconsistent, calendar:inconsistent:backdrop { + calendar:indeterminate, calendar:indeterminate:backdrop { color: alpha(currentColor,0.55); } calendar.highlight, calendar.highlight:backdrop { color: #000; } @@ -2884,16 +2884,16 @@ cursor-handle { .touch-selection .check:disabled { -gtk-icon-shadow: none; color: #fff; } - .touch-selection .check:inconsistent { + .touch-selection .check:indeterminate { -gtk-icon-shadow: none; color: #fff; } - .touch-selection .check:inconsistent:hover { + .touch-selection .check:indeterminate:hover { -gtk-icon-shadow: none; color: #fff; } - .touch-selection .check:inconsistent:selected { + .touch-selection .check:indeterminate:selected { -gtk-icon-shadow: none; color: #fff; } - .touch-selection .check:inconsistent:disabled { + .touch-selection .check:indeterminate:disabled { -gtk-icon-shadow: none; color: #fff; } .touch-selection .check:checked { @@ -2923,16 +2923,16 @@ cursor-handle { .touch-selection .radio:disabled { -gtk-icon-shadow: none; color: #fff; } - .touch-selection .radio:inconsistent { + .touch-selection .radio:indeterminate { -gtk-icon-shadow: none; color: #fff; } - .touch-selection .radio:inconsistent:hover { + .touch-selection .radio:indeterminate:hover { -gtk-icon-shadow: none; color: #fff; } - .touch-selection .radio:inconsistent:selected { + .touch-selection .radio:indeterminate:selected { -gtk-icon-shadow: none; color: #fff; } - .touch-selection .radio:inconsistent:disabled { + .touch-selection .radio:indeterminate:disabled { -gtk-icon-shadow: none; color: #fff; } .touch-selection .radio:checked { |