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/BlueMenta/gtk-3.0 | |
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/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 5 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/window-controls.css | 6 |
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'); } */ |