diff options
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'); } */ |