summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-20 08:43:07 +0200
committerraveit65 <[email protected]>2016-10-20 08:43:07 +0200
commita26b68af1e952dd0eceac61af61b607c343f4cf5 (patch)
treea7451a44e7531d8706707111515b78a598ef5c60 /desktop-themes/ContrastHighInverse
parent4373582b7cf1a3f326784cc058ef48193286f304 (diff)
downloadmate-themes-a26b68af1e952dd0eceac61af61b607c343f4cf5.tar.bz2
mate-themes-a26b68af1e952dd0eceac61af61b607c343f4cf5.tar.xz
GTK+-3.20 Most themes: fix remaining wrong syntax for 3.20
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css6
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;
}