summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-15 16:28:42 +0200
committerraveit65 <[email protected]>2015-05-15 16:29:25 +0200
commit1eb5978580a2008bd97cba439559e2ff20e92152 (patch)
tree918c6616794875750ec83d2e7be9571e06d7aaaa /desktop-themes
parent40ca12fdf272bd2ee0bb1ef3249b066d259f7adf (diff)
downloadmate-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')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css7
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css7
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css7
3 files changed, 21 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 b2e2dc0c..d44aed0d 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/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,
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index dd76754c..b426c72d 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/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,
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,