diff options
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 8b3db27e..1306c136 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -675,6 +675,20 @@ GtkComboBox .button { border-width: 2px; } +.linked.vertical .button { + border-width: 0 2px 2px; + border-radius: 0; +} + +.linked.vertical .button:first-child { + border-radius: 3px 3px 0 0; + border-width: 2px; +} + +.linked.vertical .button:last-child { + border-radius: 0 0 3px 3px; +} + /********** * Scales * **********/ |