From 133301c40c0809e1cf42e4007b40c2f83d464c5f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 21 May 2015 12:06:08 +0200 Subject: Menta themes GTK3: adjust GtkStatusbar --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 13 ++-- .../BlueMenta/gtk-3.0/mate-applications.css | 82 +++++++++++++++++++++- 2 files changed, 88 insertions(+), 7 deletions(-) (limited to 'desktop-themes/BlueMenta/gtk-3.0') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 0189dbe9..abfb1290 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -187,18 +187,21 @@ GtkTextView { border-radius: 0px; } -GtkStatusbar { - padding: 5px; +GtkStatusbar .label, +GtkStatusbar .frame.flat { color: @theme_fg_color; -GtkStatusbar-shadow-type: none; - font-size: smaller; } -GtkStatusbar .frame { - padding: 0px; +GtkStatusbar .frame.flat { + padding: 1px; border-width: 0; } +GtkStatusbar .frame.flat .button.flat { + padding: 0px; +} + .dnd { border-width: 1px; border-style: solid; diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 92b23144..58ac23ae 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -632,9 +632,8 @@ PlumaWindow .view row:hover { } /* Pluma status bar */ -PlumaWindow .button.flat { +PlumaStatusbar.horizontal.statusbar .frame.flat .flat.button { border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; - padding: 2px 5px; } PlumaWindow .button.flat:hover { @@ -646,6 +645,13 @@ PlumaWindow .button.flat:hover { padding: 2px 5px; } +PlumaCloseButton.button.flat, +PlumaCloseButton.button.flat:hover, +PlumaCloseButton:prelight.button.flat, +PlumaCloseButton:prelight.button.flat:hover { + padding: 1px; +} + /* surpress styling of close button */ PlumaWindow .notebook tab .button.flat, PlumaWindow .notebook tab .button.flat:hover { @@ -656,12 +662,84 @@ PlumaWindow .notebook tab .button.flat:hover { text-shadow: none; icon-shadow: none; border-image: none; + padding: 1px; } PlumaWindow .notebook tab.top { padding: 6px 0px 6px 6px; } +/* Printpreview */ +PlumaPrintPreview.vertical .toolbar.horizontal { + background-image: linear-gradient(to bottom, + shade (@theme_bg_color, 1.0), + shade (@theme_bg_color, 0.96)); + background-color: transparent; + border-style: solid; + border-width: 0 0 1px 0; + border-color: alpha(@borders, 0.4); + -GtkWidget-window-dragging: true; + box-shadow: inset 0 1px 0 0 alpha(@borders, 0.4); + padding: 0px; +} + +PlumaPrintPreview.vertical .toolbar.horizontal GtkToolItem .horizontal .entry { + padding: 4px 6px; +} + +PlumaPrintPreview.vertical .toolbar.horizontal .button.flat.image-button { + padding: 0px; +} + +PlumaPrintPreview.vertical .toolbar.horizontal .button.flat.text-button { + padding: 0px 16px; + border-radius: 2px; +} + +PlumaPrintPreview.vertical GtkLayout { + background-color: @theme_base_color; +} + +/* sidebar file-browser */ +PlumaPanel.vertical { + border-radius: 4px 4px 0px 0px; + border-width: 1px 0px 0px 0px; + border-style: solid; + border-color: @borders; + box-shadow: none; +} + +PlumaFileBrowserWidget.vertical { + background-color: @theme_bg_color; +} + +PlumaFileBrowserWidget.vertical .toolbar.horizontal { + background-image: linear-gradient(to bottom, + shade (@theme_bg_color, 1.0), + shade (@theme_bg_color, 0.96)); + background-color: transparent; + border-style: solid; + border-width: 0 0 1px 0; + border-color: alpha(@borders, 0.4); + -GtkWidget-window-dragging: true; + box-shadow: inset 0 1px 0 0 alpha(@borders, 0.4); + padding: 4px 0px; +} + +PlumaFileBrowserWidget.vertical .toolbar.horizontal .button.flat, +PlumaFileBrowserWidget.vertical .toolbar.horizontal .button.flat.menu-button { + padding: 4px 2px ; +} + +PlumaFileBrowserWidget.vertical .toolbar.horizontal .button.flat.image-button { + padding: 4px 3px ; +} + +/* color of of expander arrow */ +PlumaFileBrowserWidget.vertical GtkExpander:hover { + color: @theme_fg_color; +} + /*********************** * Mate-Control-Center * ***********************/ -- cgit v1.2.1