summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-02-25 21:34:41 +0100
committerraveit65 <[email protected]>2016-02-25 21:35:12 +0100
commit1b32f4495f2becb7f2cc7549256af9e153d608ad (patch)
tree8fd0cab642a3f3647b511145f86eeefde4c09591 /desktop-themes/Blue-Submarine
parent80eefbf836093dd465d80eb6301a6bee7a5f8103 (diff)
downloadmate-themes-1b32f4495f2becb7f2cc7549256af9e153d608ad.tar.bz2
mate-themes-1b32f4495f2becb7f2cc7549256af9e153d608ad.tar.xz
GTK+-3.20 Blue-Submarine: adjust osd toolbar buttons
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css28
1 files changed, 18 insertions, 10 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 14e71c29..6d02492b 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -4974,12 +4974,6 @@ GtkOverlay.osd {
border-radius: 5px;
}
-/* ie. volume button */
-.osd .horizontal button,
-.osd .horizontal button:hover {
- padding: 5px 8px;
-}
-
toolbar.osd {
color: @osd_fg;
text-shadow: 0 1px @osd_text_shadow;
@@ -4997,21 +4991,35 @@ toolbar.osd {
toolbar.osd button,
toolbar.osd button:hover,
-toolbar.osd .linked button {
- padding: 6px;
+toolbar.osd button:focus,
+toolbar.osd button:focus:hover,
+toolbar.osd button:focus:hover:active,
+toolbar.osd button:hover:active,
+toolbar.osd .linked button
+toolbar.osd .linked button:hover,
+toolbar.osd .linked button:hover:active,
+toolbar.osd .linked button:focus,
+toolbar.osd .linked button:focus:hover,
+toolbar.osd .linked button:focus:hover:active,
+toolbar.osd button.scale.flat.image-button {
+ padding: 8px;
border-width: 1px;
border-radius: 5px;
}
toolbar.osd button:first-child,
-toolbar.osd .linked button:first-child {
+toolbar.osd .linked button:first-child,
+toolbar.osd .linked button:focus:hover:first-child,
+toolbar.osd .linked button:focus:hover:active:first-child {
border-radius: 5px 0 0 5px;
border-width: 1px 0 1px 1px;
box-shadow: inset -1px 0 @osd_button_inset;
}
toolbar.osd button:last-child,
-toolbar.osd .linked button:last-child {
+toolbar.osd .linked button:last-child,
+toolbar.osd .linked button:focus:hover:last-child,
+toolbar.osd .linked button:focus:hover:active:last-child {
box-shadow: none;
border-radius: 0 5px 5px 0;
border-width: 1px 1px 1px 0;