summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-12 21:42:22 +0100
committerraveit65 <[email protected]>2015-02-12 21:42:22 +0100
commit22e89511e82e230d16a84b25cef7e4e2fdedb28d (patch)
tree4552a8cdf970a02495d9f38f5274d49c08558d9c /desktop-themes
parent277f51e4bb1f5c338a26f2ce1022410718c462b0 (diff)
downloadmate-themes-22e89511e82e230d16a84b25cef7e4e2fdedb28d.tar.bz2
mate-themes-22e89511e82e230d16a84b25cef7e4e2fdedb28d.tar.xz
Traditional themes GTK3: set bg color for all variants of caja siderbar
- make arrow in dialog path visible
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css5
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css5
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css5
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css10
6 files changed, 39 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 7f446a70..d118163c 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -35,7 +35,7 @@
outline-color: @focus_border_color;
outline-style: dashed;
outline-offset: -2px;
- outline-width: 1px;
+ outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
-GtkWindow-resize-grip-width: 11;
@@ -479,7 +479,7 @@ GtkScrolledWindow GtkViewport.frame {
.toolbar.horizontal .button:active,
.titlebar .linked.raised .button,
.titlebar .linked.raised .button:active {
- padding: 5px 8px 6px;
+ padding: 5px 5px 6px; /* larger values makes the button arrow smaller*/
}
.button.default {
@@ -543,6 +543,7 @@ GtkComboBoxText GtkToggleButton.button,
-GtkButton-interior-focus: true;
-GtkButton-default-border: 0;
-GtkButton-inner-border: 3;
+ -GtkArrow-arrow-scaling: 0.5;
color: @theme_text_color;
border-style: solid;
border-color: transparent;
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 7a506d71..ad545df4 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -2,6 +2,16 @@
* Caja *
************/
+/* caja sidebar */
+CajaWindow FMTreeView .view,
+CajaWindow CajaNotesViewer .view,
+CajaWindow CajaPlacesSidebar .view,
+CajaWindow CajaHistorySidebar .view,
+CajaWindow CajaEmblemSidebar .frame,
+CajaWindow CajaInformationPanel .vertical {
+ background-color: shade (@theme_base_color, 1.00);
+ color: @theme_fg_color;
+}
.caja-desktop.caja-canvas-item {
color: @theme_base_color;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 92619b80..59872e7e 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -35,7 +35,7 @@
outline-color: @focus_border_color;
outline-style: dashed;
outline-offset: -2px;
- outline-width: 1px;
+ outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
-GtkWindow-resize-grip-width: 11;
@@ -479,7 +479,7 @@ GtkScrolledWindow GtkViewport.frame {
.toolbar.horizontal .button:active,
.titlebar .linked.raised .button,
.titlebar .linked.raised .button:active {
- padding: 5px 8px 6px;
+ padding: 5px 5px 6px; /* larger values makes the button arrow smaller*/
}
.button.default {
@@ -543,6 +543,7 @@ GtkComboBoxText GtkToggleButton.button,
-GtkButton-interior-focus: true;
-GtkButton-default-border: 0;
-GtkButton-inner-border: 3;
+ -GtkArrow-arrow-scaling: 0.5;
color: @theme_text_color;
border-style: solid;
border-color: transparent;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 05a95f8b..7e3f0283 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -2,6 +2,16 @@
* Caja *
************/
+/* caja sidebar */
+CajaWindow FMTreeView .view,
+CajaWindow CajaNotesViewer .view,
+CajaWindow CajaPlacesSidebar .view,
+CajaWindow CajaHistorySidebar .view,
+CajaWindow CajaEmblemSidebar .frame,
+CajaWindow CajaInformationPanel .vertical {
+ background-color: shade (@theme_base_color, 1.00);
+ color: @theme_fg_color;
+}
.caja-desktop.caja-canvas-item {
color: @theme_base_color;
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index 5165f228..9c332ee9 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -35,7 +35,7 @@
outline-color: @focus_border_color;
outline-style: dashed;
outline-offset: -2px;
- outline-width: 1px;
+ outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
-GtkWindow-resize-grip-width: 11;
@@ -479,7 +479,7 @@ GtkScrolledWindow GtkViewport.frame {
.toolbar.horizontal .button:active,
.titlebar .linked.raised .button,
.titlebar .linked.raised .button:active {
- padding: 5px 8px 6px;
+ padding: 5px 5px 6px; /* larger values makes the button arrow smaller*/
}
.button.default {
@@ -543,6 +543,7 @@ GtkComboBoxText GtkToggleButton.button,
-GtkButton-interior-focus: true;
-GtkButton-default-border: 0;
-GtkButton-inner-border: 3;
+ -GtkArrow-arrow-scaling: 0.5;
color: @theme_text_color;
border-style: solid;
border-color: transparent;
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
index 24016bf5..e04f2586 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
@@ -2,6 +2,16 @@
* Caja *
************/
+/* caja sidebar */
+CajaWindow FMTreeView .view,
+CajaWindow CajaNotesViewer .view,
+CajaWindow CajaPlacesSidebar .view,
+CajaWindow CajaHistorySidebar .view,
+CajaWindow CajaEmblemSidebar .frame,
+CajaWindow CajaInformationPanel .vertical {
+ background-color: shade (@theme_base_color, 1.00);
+ color: @theme_fg_color;
+}
.caja-desktop.caja-canvas-item {
color: @theme_base_color;