summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-27 14:58:59 +0200
committerraveit65 <[email protected]>2015-04-27 15:11:44 +0200
commitd4f95c508c6fdebd6e8378df7f7dcde8783795aa (patch)
treed59734b6c0213e7648d3052000bd263418c8856a
parentaa1c9d40a55b1065cfb36c743641e7f1c29ac46e (diff)
downloadmate-themes-d4f95c508c6fdebd6e8378df7f7dcde8783795aa.tar.bz2
mate-themes-d4f95c508c6fdebd6e8378df7f7dcde8783795aa.tar.xz
Traditional themes Gtk3: reduce font size in GtkStatusBar
- this reduce the height of the stausbar
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css1
3 files changed, 3 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 8d2e0f26..4b1b7be3 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -155,6 +155,7 @@ GtkStatusbar {
padding: 5px;
color: @theme_fg_color;
-GtkStatusbar-shadow-type: none;
+ font-size: smaller;
}
.dnd {
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index a811d8f8..43f979b2 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -155,6 +155,7 @@ GtkStatusbar {
padding: 5px;
color: @theme_fg_color;
-GtkStatusbar-shadow-type: none;
+ font-size: smaller;
}
.dnd {
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index 9c73f971..4d168b58 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -155,6 +155,7 @@ GtkStatusbar {
padding: 5px;
color: @theme_fg_color;
-GtkStatusbar-shadow-type: none;
+ font-size: smaller;
}
.dnd {