summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-08 18:59:50 +0100
committerraveit65 <[email protected]>2015-02-08 19:07:06 +0100
commitd3a6d75b5a50bccefe8e6bb07072cc5f6d608869 (patch)
tree40750dff7638c57701ea0c18ec53070a2d80393b /desktop-themes/BlackMATE
parentb77c4673f44b13b5f9fbf70249d3f2b20320bf3d (diff)
downloadmate-themes-d3a6d75b5a50bccefe8e6bb07072cc5f6d608869.tar.bz2
mate-themes-d3a6d75b5a50bccefe8e6bb07072cc5f6d608869.tar.xz
BlackMate GTK3: adjust button.flat in caja, pluma and m-c-c
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css102
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css29
2 files changed, 80 insertions, 51 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 9046fa40..8c59880e 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1223,9 +1223,8 @@ GtkComboBox .menu {
border-image: none;
}
-/* mate-control-center */
.button.flat:hover {
- border-radius: 8px;
+ border-radius: 3px;
}
.button GtkImage,
@@ -1688,8 +1687,8 @@ GtkMenuButton .menu {
* Primary Toolbars *
********************/
.toolbar:insensitive {
- background-image: none;
- background-color: shade(@theme_bg_color, 0.97);
+ background-image: none;
+ background-color: shade(@theme_bg_color, 0.97);
}
/* (primary) toolbar buttons */
@@ -1705,28 +1704,28 @@ GtkMenuButton .menu {
.primary-toolbar .button:insensitive:hover,
.primary-toolbar .toolbar .button:insensitive:hover,
.primary-toolbar.toolbar .button:insensitive:hover {
- border-style: solid;
- border-width: 1px;
- border-image: none;
- border-color: transparent;
- background-image: none;
- background-color: transparent;
+ border-style: solid;
+ border-width: 1px;
+ border-image: none;
+ border-color: transparent;
+ background-image: none;
+ background-color: transparent;
}
.toolbar .button:hover,
.primary-toolbar .button:hover,
.primary-toolbar .toolbar .button:hover,
.primary-toolbar.toolbar .button:hover {
- border-style: solid;
- border-color: shade(@button_border, 1.1);
- border-radius: 3px;
- background-image: -gtk-gradient (radial,
- 0.5 -2.0, 2.0,
- 0.5 -2.0, 3.0,
- from (shade(@button_gradient_color_a, 1.5)),
- color-stop (0.42, shade(@button_gradient_color_a, 0.7)),
- color-stop (0.43, @theme_bg_color),
- to (shade(@button_gradient_color_b, 0.7)));
+ border-style: solid;
+ border-color: shade(@button_border, 1.1);
+ border-radius: 3px;
+ background-image: -gtk-gradient (radial,
+ 0.5 -2.0, 2.0,
+ 0.5 -2.0, 3.0,
+ from (shade(@button_gradient_color_a, 1.5)),
+ color-stop (0.42, shade(@button_gradient_color_a, 0.7)),
+ color-stop (0.43, @theme_bg_color),
+ to (shade(@button_gradient_color_b, 0.7)));
}
.toolbar .button:checked,
@@ -1740,8 +1739,8 @@ GtkMenuButton .menu {
.toolbar GtkComboBox .button,
.primary-toolbar .toolbar GtkComboBox .button,
.primary-toolbar.toolbar GtkComboBox .button {
- border-radius: 3px;
- background-image: none;
+ border-radius: 3px;
+ background-image: none;
}
.toolbar .button:checked:hover,
@@ -1755,12 +1754,16 @@ GtkMenuButton .menu {
.toolbar GtkComboBox .button:hover,
.primary-toolbar .toolbar GtkComboBox .button:hover,
.primary-toolbar.toolbar GtkComboBox .button:hover {
- border-image: none;
- border-style: solid;
- border-color: shade(@button_border, 1.1);
- background-image: linear-gradient(to bottom,
- @button_hover_gradient_color_a,
- @button_hover_gradient_color_b);
+ border-image: none;
+ border-style: solid;
+ border-color: shade(@button_border, 1.1);
+ background-image: -gtk-gradient (radial,
+ 0.5 -2.0, 2.0,
+ 0.5 -2.0, 3.0,
+ from (shade(@button_gradient_color_a, 1.5)),
+ color-stop (0.42, shade(@button_gradient_color_a, 0.7)),
+ color-stop (0.43, @theme_bg_color),
+ to (shade(@button_gradient_color_b, 0.7)));
}
.toolbar .button:checked:insensitive,
@@ -1774,36 +1777,33 @@ GtkMenuButton .menu {
.toolbar GtkComboBox .button:insensitive,
.primary-toolbar .toolbar GtkComboBox .button:insensitive,
.primary-toolbar.toolbar GtkComboBox .button:insensitive {
- border-image: none;
- border-style: solid;
- /*border-radius: 3;*/
- border-color: @inactive_frame_color;
- background-image: linear-gradient(to bottom,
- @button_hover_gradient_color_a,
- @button_hover_gradient_color_b);
+ border-image: none;
+ border-style: solid;
+ /*border-radius: 3;*/
+ border-color: @inactive_frame_color;
+ background-image: linear-gradient(to bottom,
+ @button_hover_gradient_color_a,
+ @button_hover_gradient_color_b);
}
.toolbar GtkSeparatorToolItem {
- -GtkWidget-separator-width: 1;
-
- border-style: solid;
- border-width: 1px;
- border-color: shade(@theme_bg_color, 0.85);
+ -GtkWidget-separator-width: 1;
+ border-style: solid;
+ border-width: 1px;
+ border-color: shade(@theme_bg_color, 0.85);
}
/* progressbars on primary toolbar entries are special */
.toolbar .entry.progressbar {
- background-image: linear-gradient(to bottom,
- @trough_bg_color_a,
- @trough_bg_color_b);
-
- border-width: 1px;
- border-radius: 2px;
- border-style: solid;
- border-color: shade(@inactive_frame_color, 0.925);
- border-image: none;
-
- color: @theme_text_color;
+ background-image: linear-gradient(to bottom,
+ @trough_bg_color_a,
+ @trough_bg_color_b);
+ border-width: 1px;
+ border-radius: 2px;
+ border-style: solid;
+ border-color: shade(@inactive_frame_color, 0.925);
+ border-image: none;
+ color: @theme_text_color;
}
/*******************
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index 46c38651..b400b7f1 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -148,8 +148,17 @@ CajaWindow .notebook .rubberband {
}
/* Caja places bar */
+CajaWindow .button.flat {
+ border-style: none;
+ border-image: url("assets/primary-toolbar-button-active-border-dark.svg") 3 / 3px stretch;
+ border-radius: 3px;
+ padding: 2px 5px;
+}
+
CajaWindow .button.flat:hover {
+ border-image: none;
border-radius: 3px;
+ padding: 2px 5px;
}
/**** Sidebar ***/
@@ -494,7 +503,27 @@ NaTrayApplet {
*********/
/* Pluma status bar */
+PlumaWindow .button.flat {
+ border-style: none;
+ border-image: url("assets/primary-toolbar-button-active-border-dark.svg") 3 / 3px stretch;
+ border-radius: 5px;
+}
+
PlumaWindow .button.flat:hover {
+ border-image: none;
border-radius: 5px;
}
+/***********************
+ * Mate-Control-Center *
+ ***********************/
+
+GtkScrolledWindow .button.flat {
+ border-image: none;
+}
+
+/* button hover of applications */
+GtkScrolledWindow .button.flat:hover {
+ border-radius: 8px;
+}
+