From a26b68af1e952dd0eceac61af61b607c343f4cf5 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/Menta/gtk-3.0/gtk-widgets.css | 38 ++++------------------ desktop-themes/Menta/gtk-3.0/mate-applications.css | 5 --- desktop-themes/Menta/gtk-3.0/window-controls.css | 6 ++-- 3 files changed, 10 insertions(+), 39 deletions(-) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 41f96636..4c9d2c20 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1571,19 +1571,13 @@ toolbar.inline-toolbar.vertical toolbutton > button, .linked.vertical button:first-child, toolbar.inline-toolbar.vertical button:first-child, -toolbar.inline-toolbar.vertical toolbutton > button:first-child, -.linked.vertical .button:first-child, -.inline-toolbar.toolbar.vertical .button:first-child, -.inline-toolbar.toolbar.vertical GtkToolButton:first-child > .button { +toolbar.inline-toolbar.vertical toolbutton > button:first-child { box-shadow: inset 0 -1px @inset_dark_color; } .linked.vertical button:last-child, toolbar.inline-toolbar.vertical button:last-child, -toolbar.inline-toolbar.vertical toolbutton > button:last-child, -.linked.vertical .button:last-child, -.inline-toolbar.toolbar.vertical .button:last-child, -.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button { +toolbar.inline-toolbar.vertical toolbutton > button:last-child { box-shadow: inset 0 -1px @inset_light_color; } @@ -1591,20 +1585,13 @@ toolbar.inline-toolbar.vertical toolbutton > button:last-child, toolbar.inline-toolbar.vertical button:checked, toolbar.inline-toolbar.vertical toolbutton > button:checked, .linked.vertical .button:active, -.linked.vertical .button:checked, -.inline-toolbar.toolbar.vertical .button:active, -.inline-toolbar.toolbar.vertical .button:checked, -.inline-toolbar.toolbar.vertical GtkToolButton > .button:active, -.inline-toolbar.toolbar.vertical GtkToolButton > .button:checked { +.linked.vertical .button:checked { box-shadow: inset 0 1px @inset_dark_color, inset 0 -1px @inset_dark_color; } .linked.vertical button:disabled, toolbar.inline-toolbar.vertical button:disabled, -toolbar.inline-toolbar.vertical toolbutton > button:disabled, -.linked.vertical .button:disabled, -.inline-toolbar.toolbar.vertical .button:disabled, -.inline-toolbar.toolbar.vertical GtkToolButton > .button:disabled { +toolbar.inline-toolbar.vertical toolbutton > button:disabled { box-shadow: inset 0 -1px @inset_dark_color; } @@ -1613,13 +1600,7 @@ toolbar.inline-toolbar.vertical toolbutton > button:disabled, toolbar.inline-toolbar.vertical button:disabled:last-child, toolbar.inline-toolbar.vertical button:only-child, toolbar.inline-toolbar.vertical toolbutton > button:disabled:last-child, -toolbar.inline-toolbar.vertical toolbutton > button:only-child, -.linked.vertical .button:only-child, -.linked.vertical .button:disabled:last-child, -.inline-toolbar.toolbar.vertical .button:disabled:last-child, -.inline-toolbar.toolbar.vertical .button:only-child, -.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:disabled, -.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button { +toolbar.inline-toolbar.vertical toolbutton > button:only-child { box-shadow: none; } @@ -1627,12 +1608,7 @@ toolbar.inline-toolbar.vertical toolbutton > button:only-child, .linked button.popup:checked, toolbar .raised.linked button.popup:checked, toolbar.inline-toolbar button.popup:checked, -toolbar.inline-toolbar toolbutton > button.popup:checked, -.linked GtkMenuButton.menu-button:active, -.toolbar GtkMenuButton.menu-button.raised.linked:active, -.toolbar .raised.linked GtkMenuButton.menu-button:active, -.inline-toolbar.toolbar GtkMenuButton.menu-button:active, -.inline-toolbar.toolbar GtkToolButton > GtkMenuButton.menu-button:active { +toolbar.inline-toolbar toolbutton > button.popup:checked { box-shadow: none; } @@ -4299,7 +4275,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/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 7ea51bfc..704eb806 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -546,11 +546,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/Menta/gtk-3.0/window-controls.css b/desktop-themes/Menta/gtk-3.0/window-controls.css index 1dc6f45a..a3687b77 100644 --- a/desktop-themes/Menta/gtk-3.0/window-controls.css +++ b/desktop-themes/Menta/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'); } */ -- cgit v1.2.1