diff options
author | raveit65 <[email protected]> | 2016-10-20 08:43:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-20 08:46:13 +0200 |
commit | 0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2 (patch) | |
tree | 0c5a9ad5c8e2e6b2b1a505bbdd50ce7d82930f93 /desktop-themes/ContrastHighInverse | |
parent | 291c7f7216a3b4ae29702188412e2fd8fc31a2d0 (diff) | |
download | mate-themes-0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2.tar.bz2 mate-themes-0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2.tar.xz |
GTK+-3.20 Most themes: fix remaining wrong syntax for 3.20
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
3 files changed, 5 insertions, 10 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 8df79b5a..366da8db 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -1267,8 +1267,8 @@ headerbar { headerbar .subtitle { font-size: 80%; padding: 0 12px; } - .titlebar > GtkBox > separator.vertical, - headerbar > GtkBox > separator.vertical { + .titlebar > box > separator.vertical, + headerbar > box > separator.vertical { border-width: 0 1px; border-color: #fff; border-style: solid; } diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index 0b01e6d7..64898aac 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -218,11 +218,6 @@ PanelApplet.wnck-applet .wnck-pager:hover { } -/* no background for icon-padding area */ -GtkTrayIcon.background { - background-color: transparent; -} - na-tray-applet { -NaTrayApplet-icon-padding: 4; -NaTrayApplet-icon-size: 16; diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css index 4ef6a353..deb4d514 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css @@ -2,9 +2,9 @@ * rhythmbox * *************/ -.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat, -.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active, -.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover { +.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat, +.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat:hover, +.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat:hover:active { padding: 0px 4px; } |