diff options
author | raveit65 <[email protected]> | 2015-05-15 16:28:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-15 16:29:25 +0200 |
commit | 1eb5978580a2008bd97cba439559e2ff20e92152 (patch) | |
tree | 918c6616794875750ec83d2e7be9571e06d7aaaa /desktop-themes/TraditionalOkTest | |
parent | 40ca12fdf272bd2ee0bb1ef3249b066d259f7adf (diff) | |
download | mate-themes-1eb5978580a2008bd97cba439559e2ff20e92152.tar.bz2 mate-themes-1eb5978580a2008bd97cba439559e2ff20e92152.tar.xz |
Traditional themes GTK+-3.16: remove button border from circular-button
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index d73750d3..3872178e 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -701,6 +701,13 @@ GtkScrolledWindow GtkViewport.frame { border-radius: 3px; } +.button.image-button.circular-button { + border-image: none; + border-width: 1px; + border-style: solid; + border-color: @border_color; +} + GtkComboBox GtkToggleButton.button, GtkComboBoxText GtkToggleButton.button, .toolbar.horizontal GtkComboBox GtkToggleButton.button, |