summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-23 18:54:36 +0100
committerraveit65 <[email protected]>2017-03-23 18:55:11 +0100
commitc1cfb0e78d207d878054d8aedbbaf0572a980445 (patch)
tree32444c42ffcbf5492e58e34a1c7a1b9b498a48f4 /desktop-themes/BlueMenta
parentc29dd5ff5e003bf478118d10c04d6d32342516fb (diff)
downloadmate-themes-c1cfb0e78d207d878054d8aedbbaf0572a980445.tar.bz2
mate-themes-c1cfb0e78d207d878054d8aedbbaf0572a980445.tar.xz
Gtk+-3.20 Menta themes: some notebook improvements
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css39
1 files changed, 36 insertions, 3 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 264cc528..d025d11e 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1971,6 +1971,24 @@ window.background.solid-csd > box.vertical > notebook:not(.frame) {
border-radius: 4px 4px 0px 0px;
}
+window.background > box.vertical > notebook:not(.frame) > stack > box,
+window.background.csd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.ssd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box {
+ border-style: solid;
+ border-width: 0px 1px 1px 1px;
+ border-color: @borders;
+}
+
+window.background > box.vertical > notebook:not(.frame) > header.top,
+window.background.csd > box.vertical > notebook:not(.frame) > header.top,
+window.background.ssd > box.vertical > notebook:not(.frame) > header.top,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top {
+ border-style: solid;
+ border-width: 1px 1px 0px 1px;
+ border-color: @borders;
+}
+
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
background-color: shade (@theme_bg_color, 1.1);
border-radius: 0px;
@@ -2077,7 +2095,6 @@ paned.horizontal notebook header.top {
border-style: solid;
border-color: @borders;
border-width: 1px 1px 0px 1px;
- box-shadow: none;
}
paned.horizontal notebook header.top tab {
@@ -2089,6 +2106,18 @@ paned.horizontal notebook header.top tab {
border-radius: 4px 4px 0px 0px;
}
+/* closable-page */
+paned.horizontal > notebook > header > tabs > tab > label {
+ min-height: 20px;
+}
+
+paned.horizontal > notebook > stack > box {
+ background-color: shade (@theme_bg_color, 1.1);
+ border-style: solid;
+ border-color: @borders;
+ border-width: 0px 1px 1px 1px;
+}
+
/* tabs ie. preferences windows */
/* horizontal tabs */
window.background > box.vertical > notebook > header.top tab, /* pavu-control */
@@ -2240,6 +2269,10 @@ notebook tab.reorderable-page:hover {
border-style: none;
}
+notebook.frame > header.top > button.circular.flat.image-button.popup.toggle {
+ padding: 0px;
+}
+
/* ie. caja properties-window notes tab */
dialog notebook.frame > stack > scrolledwindow.frame {
border-style: none;
@@ -3629,8 +3662,8 @@ notebook toolbar.inline-toolbar.horizontal toolitem button.text-button {
***********/
treeview.view.sidebar, /*shotwell */
-.sidebar.view,
-placessidebar.view,
+.sidebar .view,
+placessidebar .view,
.sidebar {
-gtk-icon-style: regular;
background-color: @sidebar_bg;