diff options
author | raveit65 <[email protected]> | 2016-03-04 22:13:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-04 22:13:49 +0100 |
commit | 419825e80d9a72f82de76b697b409621c691aa84 (patch) | |
tree | 4a1c46c4ac8d4867af3b7cfb4d0b7959761d02bd | |
parent | 762eeea2318f0041a4afcb80dadf91029ec462f6 (diff) | |
download | mate-themes-419825e80d9a72f82de76b697b409621c691aa84.tar.bz2 mate-themes-419825e80d9a72f82de76b697b409621c691aa84.tar.xz |
GTK+-3.20 Submarine themes: increase size of horizontal spinbuttons
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 4 |
2 files changed, 5 insertions, 5 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 a996f990..413c0996 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3064,7 +3064,7 @@ spinbutton.vertical:focus { }
spinbutton.horizontal > entry {
- padding: 0px 10px 0px 3px;
+ padding: 6px 10px 6px 3px;
box-shadow: none;
border-radius: 3px 0px 0px 3px;
border-style: none;
@@ -3112,7 +3112,7 @@ spinbutton > button:disabled { min-height: 10px;
min-width: 10px;
border-radius: 0px;
- padding: 0px 5px;
+ padding: 5px;
box-shadow: none;
border-style: solid;
border-color: @button_border;
@@ -6194,7 +6194,7 @@ stack .linked.vertical spinbutton.horizontal entry:disabled { border-width: 0px 0px 1px 1px;
border-style: solid;
border-color: shade(@notebook_border, 1.0);
- padding: 0px 5px;
+ padding: 6px;
}
stack .linked.vertical spinbutton.horizontal entry,
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 f4480af0..c470cef9 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3066,7 +3066,7 @@ spinbutton.vertical:focus { }
spinbutton.horizontal > entry {
- padding: 0px 10px 0px 3px;
+ padding: 6px 10px 6px 3px;
box-shadow: none;
border-radius: 3px 0px 0px 3px;
border-style: none;
@@ -6196,7 +6196,7 @@ stack .linked.vertical spinbutton.horizontal entry:disabled { border-width: 0px 0px 1px 1px;
border-style: solid;
border-color: shade(@notebook_border, 1.0);
- padding: 0px 5px;
+ padding: 6px;
}
stack .linked.vertical spinbutton.horizontal entry,
|