diff options
author | raveit65 <[email protected]> | 2015-05-15 13:03:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-15 13:06:08 +0200 |
commit | 2a0e352a78c5e724fa792a1417214dce9c73f87d (patch) | |
tree | 44ffc6e855776c1d40351979e2c3e5e950e21b89 | |
parent | 4ec0073a5bbdd98de7869bc3fe22f5e98067180a (diff) | |
download | mate-themes-2a0e352a78c5e724fa792a1417214dce9c73f87d.tar.bz2 mate-themes-2a0e352a78c5e724fa792a1417214dce9c73f87d.tar.xz |
Traditional themes GTK3: adjust vertical spinbuttons
3 files changed, 105 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index c5a43e43..dabb4065 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -640,6 +640,41 @@ GtkMenuToolButton *, border-radius: 0 2px 2px 0; } +/*vertical */ + +.vertical.entry.spinbutton.entry { + border-image: none; + border-color: @border_color; + border-radius: 0px; + border-width: 0px 1px 0px 1px; + background-image: none; + padding: 4px; +} + +.vertical.entry.spinbutton .button, +.vertical.entry.spinbutton .button:hover, +.vertical.entry.spinbutton .button:focus, +.vertical.entry.spinbutton .button:active, +.vertical.entry.spinbutton .button:checked, +.vertical.entry.spinbutton .button:active:hover, +.vertical.entry.spinbutton .button:checked:hover, +.vertical.entry.spinbutton .button:insensitive { + border-radius: 3px 3px 0px 0px; + border-width: 1px; +} + +.vertical.entry.spinbutton .button:last-child, +.vertical.entry.spinbutton .button:hover:last-child, +.vertical.entry.spinbutton .button:focus:last-child, +.vertical.entry.spinbutton .button:active:last-child, +.vertical.entry.spinbutton .button:checked:last-child, +.vertical.entry.spinbutton .button:active:hover:last-child, +.vertical.entry.spinbutton .button:checked:hover:last-child, +.vertical.entry.spinbutton .button:insensitive:last-child { + border-width: 1px; + border-radius: 0px 0px 3px 3px; +} + /********************* * Button background * *********************/ diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index cbac00df..7d97c497 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -640,6 +640,41 @@ GtkMenuToolButton *, border-radius: 0 2px 2px 0; } +/*vertical */ + +.vertical.entry.spinbutton.entry { + border-image: none; + border-color: @border_color; + border-radius: 0px; + border-width: 0px 1px 0px 1px; + background-image: none; + padding: 4px; +} + +.vertical.entry.spinbutton .button, +.vertical.entry.spinbutton .button:hover, +.vertical.entry.spinbutton .button:focus, +.vertical.entry.spinbutton .button:active, +.vertical.entry.spinbutton .button:checked, +.vertical.entry.spinbutton .button:active:hover, +.vertical.entry.spinbutton .button:checked:hover, +.vertical.entry.spinbutton .button:insensitive { + border-radius: 3px 3px 0px 0px; + border-width: 1px; +} + +.vertical.entry.spinbutton .button:last-child, +.vertical.entry.spinbutton .button:hover:last-child, +.vertical.entry.spinbutton .button:focus:last-child, +.vertical.entry.spinbutton .button:active:last-child, +.vertical.entry.spinbutton .button:checked:last-child, +.vertical.entry.spinbutton .button:active:hover:last-child, +.vertical.entry.spinbutton .button:checked:hover:last-child, +.vertical.entry.spinbutton .button:insensitive:last-child { + border-width: 1px; + border-radius: 0px 0px 3px 3px; +} + /********************* * Button background * *********************/ diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 9fbec644..a6469ea2 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -640,6 +640,41 @@ GtkMenuToolButton *, border-radius: 0 2px 2px 0; } +/*vertical */ + +.vertical.entry.spinbutton.entry { + border-image: none; + border-color: @border_color; + border-radius: 0px; + border-width: 0px 1px 0px 1px; + background-image: none; + padding: 4px; +} + +.vertical.entry.spinbutton .button, +.vertical.entry.spinbutton .button:hover, +.vertical.entry.spinbutton .button:focus, +.vertical.entry.spinbutton .button:active, +.vertical.entry.spinbutton .button:checked, +.vertical.entry.spinbutton .button:active:hover, +.vertical.entry.spinbutton .button:checked:hover, +.vertical.entry.spinbutton .button:insensitive { + border-radius: 3px 3px 0px 0px; + border-width: 1px; +} + +.vertical.entry.spinbutton .button:last-child, +.vertical.entry.spinbutton .button:hover:last-child, +.vertical.entry.spinbutton .button:focus:last-child, +.vertical.entry.spinbutton .button:active:last-child, +.vertical.entry.spinbutton .button:checked:last-child, +.vertical.entry.spinbutton .button:active:hover:last-child, +.vertical.entry.spinbutton .button:checked:hover:last-child, +.vertical.entry.spinbutton .button:insensitive:last-child { + border-width: 1px; + border-radius: 0px 0px 3px 3px; +} + /********************* * Button background * *********************/ |