From 0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 20 Oct 2016 08:43:07 +0200 Subject: GTK+-3.20 Most themes: fix remaining wrong syntax for 3.20 --- desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 4 ++-- desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 5 ----- desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css | 6 +++--- 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'desktop-themes/ContrastHighInverse') 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; } -- cgit v1.2.1