summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-21 14:02:52 +0200
committerraveit65 <[email protected]>2015-05-21 14:02:52 +0200
commitc848f9c80d415371c9d731a1ac49ceb583665f30 (patch)
tree6353a8df1fe9af7c949ec19d7dccbc41d437b32a /desktop-themes/BlueMenta
parent06925948663e22798ba03521ae5c70f1e0c62ccc (diff)
downloadmate-themes-c848f9c80d415371c9d731a1ac49ceb583665f30.tar.bz2
mate-themes-c848f9c80d415371c9d731a1ac49ceb583665f30.tar.xz
Menta themes GTK3: adjust GtkStatusbar
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css13
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css82
2 files changed, 88 insertions, 7 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 14e349db..bc0243ae 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -191,18 +191,21 @@ GtkTextView {
background-color: alpha (@theme_selected_bg_color, 0.35);
}
-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 d0673537..11181d4e 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 *
***********************/