diff options
author | raveit65 <[email protected]> | 2017-01-14 10:12:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-17 23:13:45 +0100 |
commit | 53ac39d3285f27701eff1f9867f40c801a58b434 (patch) | |
tree | 0c2a43658e64e5f598adfe66e4e32b31c5c5beba /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 6a707c74e4480bcf96ad75ec063554fe348f9ce5 (diff) | |
download | mate-themes-53ac39d3285f27701eff1f9867f40c801a58b434.tar.bz2 mate-themes-53ac39d3285f27701eff1f9867f40c801a58b434.tar.xz |
GTK+-3.20 Submarine themes: more outline fixes
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 28 |
1 files changed, 16 insertions, 12 deletions
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)), |