summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-18 10:00:22 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-18 10:01:29 +0100
commitbd7e3ab1d7fd2c5705c3346e1613c8895bfa274c (patch)
tree1227e99c0cdd382c87dda2cf25d93d388404e4eb /desktop-themes/Blue-Submarine
parente3ea365995e3f5b16916509c6acafa6802003393 (diff)
downloadmate-themes-bd7e3ab1d7fd2c5705c3346e1613c8895bfa274c.tar.bz2
mate-themes-bd7e3ab1d7fd2c5705c3346e1613c8895bfa274c.tar.xz
GTK+-3.20 Blue-Submarine: adjust general button and separator size
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css56
1 files changed, 38 insertions, 18 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 46d7e45f..49525d61 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -179,17 +179,21 @@ separator {
border-right-color: alpha (shade (@theme_bg_color, 1.26), 0.15);
}
-treeview.view.separator,
-treeview.separator,
-treeview.view.separator:hover,
-treeview.separator:hover,
-separator,
separator:hover {
color: shade (@theme_bg_color, 0.92);
- border-color: mix(@theme_fg_color, @theme_bg_color, 0.95);
+ border-color: mix(@theme_fg_color, @theme_bg_color, 0.95);
border-image: none;
}
+treeview.view.separator,
+treeview.separator,
+treeview.view.separator:hover,
+treeview.separator:hover {
+ border-style: solid;
+ border-width: 0px 0px 1px 0px;
+ border-color: @notebook_border;
+}
+
separator.horizontal {
border-width: 1px 0 1px 0;
}
@@ -242,7 +246,7 @@ paned > separator {
paned > separator:hover,
paned > separator:selected {
- background-color: transparent;
+ background-color: @theme_bg_color;
}
paned > separator:backdrop {
@@ -268,7 +272,7 @@ entry.combo {
/* Look out !
This is the background color of mate-control-center 'too' */
background-color: shade (@bg_color, 1.1);
- padding: 5px 4px;
+ padding: 6px 4px;
color: @entry_text_color;
background-image: -gtk-gradient(linear,
left top, left bottom,
@@ -747,9 +751,14 @@ button menuitem menubar {
}
button {
- padding: 4px;
- min-height: 16px;
- min-width: 16px;
+ padding: 6px;
+ min-height: 20px;
+ min-width: 20px;
+}
+
+/* needed with new button padding */
+button label {
+ padding: 2px 0px;
}
button {
@@ -802,6 +811,11 @@ button.flat {
border-image: none;
}
+/* ie. caja location drop down button */
+button.flat.toggle {
+ padding: 6px;
+}
+
/* ie. controls gnome-mplayer, virtual-manager */
button.flat.image-button,
button.flat.image-button:hover,
@@ -2040,12 +2054,9 @@ toolbar.primary-toolbar combobox button.combo:hover,
toolbar.primary-toolbar combobox button.combo:checked,
toolbar.primary-toolbar combobox button.combo:disabled,
toolbar.primary-toolbar combobox button.combo:nth-child(last) {
- border-top-left-radius: 0px;
- border-bottom-left-radius: 0px;
- border-top-right-radius: 4px;
- border-bottom-right-radius: 4px;
+ border-radius: 6px;
border-width: 1px 1px 1px 1px;
- padding: 2px 3px;
+ padding: 8px 6px;
}
combobox button.combo,
@@ -2086,6 +2097,10 @@ combobox.linked button.combo:checked {
inset 0px -1px shade(@selected_bg_color, 1.3);
}
+combobox button.combo arrow {
+ padding: 0px 2px;
+}
+
/* Middle button */
.linked.horizontal combobox button.combo,
.linked.horizontal combobox button.combo:focus {
@@ -4735,6 +4750,10 @@ dialog scrolledwindow.frame viewport .vertical expander .vertical {
box-shadow: none;
}
+.dialog-action-area.linked button label {
+ padding: 2px 0px 0px 0px;
+}
+
/**************
* Dim labels *
**************/
@@ -6007,8 +6026,9 @@ stack .horizontal .vertical frame {
border-color: @notebook_border;
}
-stacksidebar.sidebar separator.horizontal {
-/* -GtkWidget-separator-height: 0px; */
+stacksidebar.sidebar list row.activatable:hover {
+ border-radius: 3px;
+ border-style: none;
}
stack .linked.vertical entry {