From bfd62e85e61fa226e9fac04ebc9b295a1c1b32a4 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sat, 20 Feb 2016 22:26:09 +0100 Subject: GTK+-3.20 Blue-Submarine: port pluma to 3.20 --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 154 ++++++--------------- 1 file changed, 41 insertions(+), 113 deletions(-) (limited to 'desktop-themes/Blue-Submarine/gtk-3.0') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 0c1c2ca0..bb92ab99 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -578,18 +578,18 @@ na-tray-applet widget box.horizontal { ****************/ /* pluma line numbers */ -PlumaView { +.pluma-window textview { background-color: shade (@bg_color, 1.07); } /* Pluma status bar */ -PlumaWindow .button.flat { +.pluma-window statusbar.horizontal frame button.flat.toggle { border-style: none; background-image: -gtk-gradient (linear, left top, left bottom, from (shade(@nautilus_cluebar_color, 1.08)), - color-stop (0.45, shade(@nautilus_cluebar_color, 1.02)), - color-stop (0.52, shade(@nautilus_cluebar_color, 0.96)), + color-stop (0.45, shade(@nautilus_cluebar_color, 1.00)), + color-stop (0.52, shade(@nautilus_cluebar_color, 0.99)), to (shade(@nautilus_cluebar_color, 0.92))); box-shadow: inset 0px 2px alpha(#fff, 0.09), inset 2px 0px alpha(#fff, 0.07), @@ -603,14 +603,14 @@ PlumaWindow .button.flat { padding: 2px 5px; } -PlumaWindow .button.flat:hover { +.pluma-window statusbar.horizontal frame button.flat.toggle:hover { border-style: none; background-image: -gtk-gradient (linear, left top, left bottom, - from (shade(@nautilus_cluebar_color, 1.08)), - color-stop (0.45, shade(@nautilus_cluebar_color, 1.02)), - color-stop (0.52, shade(@nautilus_cluebar_color, 0.96)), - to (shade(@nautilus_cluebar_color, 0.92))); + from (shade(@button_gradient1, 1.03)), + color-stop (0.48, shade(@button_gradient2, 1.03)), + color-stop (0.52, shade(@button_gradient3, 1.03)), + to (shade(@button_gradient4, 1.01))); box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), inset 1px 0px shade (@theme_selected_bg_color, 1.3), inset -1px 0px shade (@theme_selected_bg_color, 1.3), @@ -621,41 +621,16 @@ PlumaWindow .button.flat:hover { padding: 2px 5px; } -/* notebook text area */ -PlumaWindow .notebook { - border-style: none; -/* -GtkNotebook-tab-overlap: 1; */ -} - -PlumaWindow .notebook tab.top { - border-radius: 4px 4px 0px 0px; - border-width: 1px 1px 0px 1px; - border-color: @notebook_border; - border-style: solid; - padding: 5px 4px; -} - -PlumaWindow .notebook.header { - border-radius: 0px; - border-style: none; -} - -/* surpress styling of close button */ -PlumaWindow .notebook tab .button.flat { - background-image: none; - box-shadow: none; - padding: 1px; -} - -PlumaWindow .notebook tab .button.flat:hover { - box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), - inset 1px 0px shade (@theme_selected_bg_color, 1.3), - inset -1px 0px shade (@theme_selected_bg_color, 1.3), - inset 0px -1px shade (@theme_selected_bg_color, 1.3); +/* FIXME , does not work anymore since GtkArrow is widget *//* +#pluma-status-combo-button.flat.toggle box.horizontal widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px + min-width: 16px; } +*/ /* Printpreview */ -PlumaPrintPreview.vertical .toolbar.horizontal { +.pluma-print-preview toolbar.horizontal { background-image: -gtk-gradient (linear, left top, left bottom, from (shade(@theme_bg_dark_color, 1.00)), @@ -672,118 +647,71 @@ PlumaPrintPreview.vertical .toolbar.horizontal { color: @theme_fg_dark_color; } -PlumaPrintPreview.vertical .toolbar.horizontal .button { - background-image: none; +.pluma-print-preview toolbar.horizontal button { box-shadow: none; } -PlumaPrintPreview.vertical .toolbar.horizontal .button:hover { +.pluma-print-preview toolbar.horizontal button:hover { box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), inset 1px 0px shade (@theme_selected_bg_color, 1.3), inset -1px 0px shade (@theme_selected_bg_color, 1.3), inset 0px -1px shade (@theme_selected_bg_color, 1.3); } -PlumaPrintPreview.vertical .toolbar.horizontal .button.text-button { +.pluma-print-preview toolbar.horizontal toolbutton button.text-button { padding: 0px 10px; } -PlumaPrintPreview.vertical .toolbar.horizontal .button.text-button:hover { +.pluma-print-preview toolbar.horizontal toolbutton button.text-button label { color: @theme_fg_dark_color; } -PlumaPrintPreview.vertical GtkLayout { - background-color: @theme_base_color; +.pluma-print-preview toolbar.horizontal toolitem entry { + margin: 4px 0px; } /* sidebar file-browser */ -PlumaPanel.vertical { +.pluma-window paned.horizontal box.vertical { background-image: linear-gradient(to bottom, shade(@theme_bg_color, 1.14), shade(@theme_bg_color, 1.1)); border-radius: 4px 4px 0px 0px; border-width: 1px 0px 0px 0px; border-style: solid; - border-color: @borders; + border-color: @notebook_border; box-shadow: none; } -/* header */ -PlumaPanel.vertical .horizontal .horizontal .label { - padding: 4px 2px; +.pluma-window paned.horizontal notebook.frame { + border-radius: 0px; + border-style: none; } -PlumaPanel.vertical PlumaCloseButton.button.flat { +.pluma-window paned.horizontal toolbar.horizontal button { + padding: 6px 3px ; box-shadow: none; - background-image: none; - border-style: none; + border-style:none; } -PlumaPanel.vertical PlumaCloseButton.button.flat:hover { - border-radius: 4px; - border-style: none; -/* -gtk-image-effect: highlight; */ +.pluma-window paned.horizontal toolbar.horizontal button:hover { + border-style:none; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@menu_bg_dark_color, 2.03)), + to (shade(@menu_bg_dark_color, 1.17))); box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), inset 1px 0px shade (@theme_selected_bg_color, 1.3), inset -1px 0px shade (@theme_selected_bg_color, 1.3), inset 0px -1px shade (@theme_selected_bg_color, 1.3); } -PlumaPanel.vertical .notebook { - border-radius: 0px; -} - -PlumaFileBrowserWidget.vertical GtkToggleButton.button { - padding: 4px ; -} - -PlumaFileBrowserWidget.vertical .toolbar.horizontal { - background-image: -gtk-gradient (linear, - left top, left bottom, - from (shade(@theme_bg_dark_color, 1.00)), - to (shade(@theme_bg_dark_color, 0.95))); - border-image: none; - border-width: 0px 0px 1px 0px; - border-radius: 0px; - border-style: solid; - border-color: @primay-toolbar-border; - padding: 3px 3px; - box-shadow: none; - -GtkWidget-window-dragging: true; - -GtkToolbar-button-relief: normal; - color: @theme_fg_dark_color; -} - -PlumaFileBrowserWidget.vertical .horizontal.toolbar .button, -PlumaFileBrowserWidget.vertical .horizontal.toolbar .button.menu-button { - padding: 6px 3px ; -} - -PlumaFileBrowserWidget.vertical .toolbar.horizontal .button.image-button { - padding: 6px 4px ; -} - -PlumaFileBrowserWidget.vertical { - background-color: @theme_bg_color; -} - -PlumaDocumentsPanel .view, -PlumaFileBrowserWidget .view { - background-color: shade (@theme_bg_color, 1.08); -} - -/* color of of expander arrow */ -PlumaFileBrowserWidget.vertical GtkExpander:hover { - color: @theme_fg_color; -} - -PlumaWindow .notebook.frame.bottom, -PlumaWindow .notebook.header.bottom { - border-width: 0px 0px 0px 0px; +/* textview */ +.pluma-window paned.horizontal paned.vertical notebook { + border-style: none; } -PlumaWindow .notebook tab.bottom { - padding: 2px 10px 4px 10px; +.pluma-window paned.horizontal paned.vertical notebook box.vertical { + border-style: none; } /*********************** -- cgit v1.2.1