summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-05 14:50:36 +0200
committerraveit65 <[email protected]>2016-06-05 14:51:05 +0200
commit4486113f1a2bf770342a99ae1f41f441c26bfabf (patch)
tree8300f0823ccb6b20fa2edd6132b763664baccc1a /desktop-themes/Blue-Submarine
parent52774b508461b8215b692ae5a6b86e31d965335d (diff)
downloadmate-themes-4486113f1a2bf770342a99ae1f41f441c26bfabf.tar.bz2
mate-themes-4486113f1a2bf770342a99ae1f41f441c26bfabf.tar.xz
GTK+-3.20 Submarine themes: adjust spinbuttons and OSD spinbuttons in colorchooser
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css80
1 files changed, 49 insertions, 31 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 a5ca8ea4..b3396b4e 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3104,7 +3104,7 @@ spinbutton.vertical:focus {
}
spinbutton.horizontal > entry {
- padding: 6px 10px 6px 3px;
+ padding: 5px 10px 5px 3px;
box-shadow: none;
border-radius: 3px 0px 0px 3px;
border-style: none;
@@ -5173,17 +5173,63 @@ progressbar .osd {
}
/* ie. colorchooser */
+.osd.popover {
+ background-image: none;
+ background-color: alpha(shade(#3D3E40, 0.85), 0.35);
+ border: 1px solid black;
+ box-shadow: none;
+ color: @theme_selected_fg_color;
+}
+
+.osd.popover > grid {
+ text-shadow: 1px 1px alpha (#000000, 0.8);
+}
+
+.osd.popover toolbar {
+ background-image: none;
+ background-color: transparent;
+ border: none;
+ box-shadow: none;
+}
+
+.osd.popover button {
+ text-shadow: none;
+ -gtk-icon-shadow: 0 -1px @osd_text_shadow;
+}
+
+.osd.popover button:checked {
+ box-shadow: none;
+}
+
+.osd.popover button:disabled {
+ color: alpha(@theme_selected_fg_color, 0.4);
+}
+
+.osd.popover > grid > spinbutton {
+ text-shadow: none;
+ color: @theme_fg_color;
+}
+
.osd.popover spinbutton entry,
.osd.popover spinbutton entry:focus,
+.osd.popover spinbutton entry:backdrop {
+ border-width: 1px;
+ border-style: none;
+ border-radius: 0px;
+ box-shadow: none;
+ padding: 5px 10px 5px 3px;
+}
+
.osd.popover spinbutton button,
-.osd.popover spinbutton button:focus {
+.osd.popover spinbutton button:focus
+.osd.popover spinbutton button:backdrop {
min-width: 16px;
min-height: 16px;
border-width: 1px;
border-style: none;
border-radius: 0px;
box-shadow: none;
- padding: 8px;
+ padding: 5px;
}
.osd.popover spinbutton button:hover {
@@ -5258,34 +5304,6 @@ popover separator {
border: 0;
}
-popover.osd {
- background-image: none;
- background-color: alpha(shade(#3D3E40, 0.85), 0.75);
- border: 1px solid black;
- box-shadow: none;
- color: @theme_selected_fg_color;
-}
-
-popover.osd toolbar {
- background-image: none;
- background-color: transparent;
- border: none;
- box-shadow: none;
-}
-
-popover.osd button {
- text-shadow: none;
- -gtk-icon-shadow: 0 -1px @osd_text_shadow;
-}
-
-popover.osd button:checked {
- box-shadow: none;
-}
-
-popover.osd button:disabled {
- color: alpha(@theme_selected_fg_color, 0.4);
-}
-
popover.background.scale-popup button.flat.image-button:disabled {
background-image: none;
background-color: transparent;