summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-15 16:28:42 +0200
committerraveit65 <[email protected]>2015-05-15 16:28:42 +0200
commitbfdd057a22a992abd64e9961b04fd73d3620424a (patch)
tree8ba9daaca3a9e869e4d6e7f9e6b19b4add1c691b /desktop-themes/TraditionalOkTest
parent7098e535363740c776d28b0f58ed1139d7dec947 (diff)
downloadmate-themes-bfdd057a22a992abd64e9961b04fd73d3620424a.tar.bz2
mate-themes-bfdd057a22a992abd64e9961b04fd73d3620424a.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.css7
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,