From 92c0c8a6871362ad9d2096b3cb04edafb0727236 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 14 Jan 2017 10:12:36 +0100 Subject: GTK+-3.20 Submarine themes: more outline fixes --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 28 ++++++++------- .../Green-Submarine/gtk-3.0/gtk-widgets.css | 8 ++--- .../Green-Submarine/gtk-3.0/mate-applications.css | 40 ++++++++++++---------- 3 files changed, 42 insertions(+), 34 deletions(-) (limited to 'desktop-themes') 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 85f4e376..13384280 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -183,13 +183,7 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { } /* arrow button */ -.caja-pathbar button.slider-button:focus { - box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.70), - inset 1px 0px alpha(shade(@button_border, 0.94), 0.80), - inset -1px 0px alpha(shade(@button_border, 0.94), 0.80), - inset 0px -1px alpha(shade(@button_border, 0.88), 0.90); -} - +.caja-pathbar button.slider-button:focus, .caja-pathbar button.slider-button:hover { box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), inset 1px 0px shade (@theme_selected_bg_color, 1.3), @@ -210,11 +204,13 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { } /* folder buttons */ +.caja-pathbar button.toggle.text-button:focus, +.caja-pathbar button.toggle.text-button.image-button:focus, .caja-pathbar button.toggle.text-button:hover, .caja-pathbar button.toggle.text-button.image-button:hover { box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), - inset 1px 0px alpha(shade(@button_border, 0.94), 0.80), - inset -1px 0px alpha(shade(@button_border, 0.94), 0.80), + 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); } @@ -1063,6 +1059,14 @@ vte-terminal { border-image: none; border-radius: 6px; padding: 4px; + outline-style: solid; + outline-color: shade (@theme_selected_bg_color, 1.3); + -gtk-outline-radius: 5px; + outline-offset: -2px; +} + +#MyControlCenter button.flat:focus { + box-shadow: none; } /********* @@ -1215,8 +1219,7 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b caret-color: shade (@theme_text_dark_color, 1.0); } -.lock-dialog button, -.lock-dialog button:focus { +.lock-dialog button { background-image: -gtk-gradient (linear, left top, left bottom, from (shade(@bg_dark_color, 2.03)), @@ -1227,7 +1230,8 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b .lock-dialog button:hover, .lock-dialog button.default, -.lock-dialog button:hover:active { +.lock-dialog button:hover:active, +.lock-dialog button:focus { background-image: -gtk-gradient (linear, left top, left bottom, from (shade(@bg_dark_color, 2.03)), diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 62b62c0c..e4a2b323 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -5038,10 +5038,10 @@ dialog scrolledwindow.frame viewport .vertical expander .vertical { } .dialog-action-area.linked > button.text-button:focus { - box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), - inset 1px 0px shade(@selected_bg_color, 0.97), - inset -1px 0px shade(@selected_bg_color, 0.93), - inset 0px -1px shade(@selected_bg_color, 0.93); + box-shadow: inset 0px 1px shade(rgb(0,204,133), 1.00), + inset 1px 0px shade(rgb(0,204,133), 1.00), + inset -1px 0px shade(rgb(0,204,133), 1.00), + inset 0px -1px shade(rgb(0,204,133), 1.00); } .dialog-action-area.linked > button.text-button:hover { diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index e7beaee6..33345170 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -195,18 +195,12 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { } /* arrow button */ -.caja-pathbar button.slider-button:focus { - box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.70), - inset 1px 0px alpha(shade(@button_border, 0.94), 0.80), - inset -1px 0px alpha(shade(@button_border, 0.94), 0.80), - inset 0px -1px alpha(shade(@button_border, 0.88), 0.90); -} - +.caja-pathbar button.slider-button:focus, .caja-pathbar button.slider-button:hover { - box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), - inset 1px 0px shade(@selected_bg_color, 0.97), - inset -1px 0px shade(@selected_bg_color, 0.93), - inset 0px -1px shade(@selected_bg_color, 0.93); + box-shadow: inset 0px 1px shade(rgb(0,204,133), 1.00), + inset 1px 0px shade(rgb(0,204,133), 1.00), + inset -1px 0px shade(rgb(0,204,133), 1.00), + inset 0px -1px shade(rgb(0,204,133), 1.00); } .caja-pathbar button.slider-button:nth-child(odd) { @@ -222,12 +216,14 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { } /* folder buttons */ +.caja-pathbar button.toggle.text-button:focus, +.caja-pathbar button.toggle.text-button.image-button:focus, .caja-pathbar button.toggle.text-button:hover, .caja-pathbar button.toggle.text-button.image-button:hover { - box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), - inset 1px 0px alpha(shade(@button_border, 0.94), 0.80), - inset -1px 0px alpha(shade(@button_border, 0.94), 0.80), - inset 0px -1px shade(@selected_bg_color, 0.93); + box-shadow: inset 0px 1px shade(rgb(0,204,133), 1.00), + inset 1px 0px shade(rgb(0,204,133), 1.00), + inset -1px 0px shade(rgb(0,204,133), 1.00), + inset 0px -1px shade(rgb(0,204,133), 1.00); } .caja-pathbar button.toggle.text-button, @@ -1075,6 +1071,14 @@ vte-terminal { border-image: none; border-radius: 6px; padding: 4px; + outline-style: solid; + outline-color: shade(@theme_selected_bg_color, 0.93); + -gtk-outline-radius: 5px; + outline-offset: -2px; +} + +#MyControlCenter button.flat:focus { + box-shadow: none; } /********* @@ -1231,8 +1235,7 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b caret-color: shade (@theme_text_dark_color, 1.0); } -.lock-dialog button, -.lock-dialog button:focus { +.lock-dialog button { background-image: -gtk-gradient (linear, left top, left bottom, from (shade(@bg_dark_color, 2.03)), @@ -1243,7 +1246,8 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b .lock-dialog button:hover, .lock-dialog button.default, -.lock-dialog button:hover:active { +.lock-dialog button:hover:active, +.lock-dialog button:focus { background-image: -gtk-gradient (linear, left top, left bottom, from (shade(@bg_dark_color, 2.03)), -- cgit v1.2.1