summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
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/BlueMenta
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/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/window-controls.css6
3 files changed, 4 insertions, 9 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index d58850ca..4a405c4f 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -4282,7 +4282,7 @@ calendar.header .path-bar button.titlebutton {
padding-left: 0;
}
-.path-bar button GtkImage,
+.path-bar button image,
.path-bar headerbar button.titlebutton image,
headerbar .path-bar button.titlebutton image,
.path-bar .titlebar button.titlebutton image,
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index d875b53a..561531e6 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -554,11 +554,6 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check
padding: 0px;
}
-.pluma-window statusbar.horizontal frame button.flat.toggle GtkArrow {
- -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- -GtkArrow-arrow-scaling: 1.0; /* deprecated, but ignored */
-}
-
/* Printpreview */
.pluma-print-preview toolbar.horizontal {
background-image: linear-gradient(to bottom,
diff --git a/desktop-themes/BlueMenta/gtk-3.0/window-controls.css b/desktop-themes/BlueMenta/gtk-3.0/window-controls.css
index 1dc6f45a..a3687b77 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/window-controls.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/window-controls.css
@@ -152,15 +152,15 @@ headerbar .left:dir(rtl) button.close.titlebutton:backdrop:hover {
/* Menu button when fallback kicks in (XFCE, Cinnamon etc.) */
/*
-headerbar .button.menu-button.titlebutton {
+headerbar .button.popup.titlebutton {
background-image: url('window-controls/menu.png');
}
-headerbar .button.menu-button.titlebutton:hover {
+headerbar .button.popup.titlebutton:hover {
background-image: url('window-controls/menu_prelight.png');
}
-headerbar .button.menu-button.titlebutton:active {
+headerbar .button.popup.titlebutton:active {
background-image: url('window-controls/menu.png');
}
*/