summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-01-14 10:12:36 +0100
committerraveit65 <[email protected]>2017-01-17 23:11:52 +0100
commit92c0c8a6871362ad9d2096b3cb04edafb0727236 (patch)
treeff05c264bf6f549df3e8cba45a2e465cc285f92c /desktop-themes/Blue-Submarine
parent47eb6457c8423ffe5cbeff42510fed152e66b841 (diff)
downloadmate-themes-92c0c8a6871362ad9d2096b3cb04edafb0727236.tar.bz2
mate-themes-92c0c8a6871362ad9d2096b3cb04edafb0727236.tar.xz
GTK+-3.20 Submarine themes: more outline fixes
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css28
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)),