diff options
author | raveit65 <[email protected]> | 2016-07-12 18:58:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-12 19:51:35 +0200 |
commit | 71ac486719d2b24e549343db59251b1aa6c0f691 (patch) | |
tree | ce79de1137cac854dd4e81459a7f1a0e4aa69f9d | |
parent | eb432acc081225784b4aafdb0208242b2cfd0626 (diff) | |
download | mate-themes-71ac486719d2b24e549343db59251b1aa6c0f691.tar.bz2 mate-themes-71ac486719d2b24e549343db59251b1aa6c0f691.tar.xz |
GTK+-3.20 Menta themes: style pavu-control
fixes https://github.com/mate-desktop/mate-themes/issues/130
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 12 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 10 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 51 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 12 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 10 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/other-applications.css | 51 |
6 files changed, 146 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 998c6a38..64ddf68e 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1909,6 +1909,10 @@ notebook { border-style: none; } +window.background > box.vertical > notebook, /* pavu-control */ +window.background.csd > box.vertical > notebook, +window.background.ssd > box.vertical > notebook, +window.background.solid-csd > box.vertical > notebook, notebook.frame { background-color: shade (@theme_bg_color, 1.1); border-style: solid; @@ -2041,6 +2045,10 @@ paned.horizontal notebook header.top tab { /* tabs ie. preferences windows */ /* horizontal tabs */ +window.background > box.vertical > notebook > header.top tab, /* pavu-control */ +window.background.csd > box.vertical > notebook > header.top tab, +window.background.ssd > box.vertical > notebook > header.top tab, +window.background.solid-csd > box.vertical > notebook > header.top tab, dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab, /* meld preferences */ dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab, dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab, @@ -2055,6 +2063,10 @@ notebook.frame header.bottom tab { border-color: @borders; } +window.background > box.vertical > notebook > header.top tab, /* pavu-control */ +window.background.csd > box.vertical > notebook > header.top tab, +window.background.ssd > box.vertical > notebook > header.top tab, +window.background.solid-csd > box.vertical > notebook > header.top tab, notebook.frame header.top tab { border-radius: 4px 4px 0px 0px; } diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 17c43612..b9b40449 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -809,3 +809,13 @@ MsdOsdWindow.background.osd .progressbar { border-color: rgba(0,0,0,0.4); } +/***************** + * mate-terminal * + *****************/ + +/* override for pavu-control */ +window.background.mate-terminal > box.vertical > notebook { + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index a8f9dbc2..f3e436c7 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -465,3 +465,54 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta background-color: @theme_bg_color; } +/**************** + * pavu-control * + ****************/ + +window.background > box.vertical > notebook button.flat.toggle, +window.background.csd > box.vertical > notebook button.flat.toggle, +window.background.ssd > box.vertical > notebook button.flat.toggle, +window.background.solid-csd > box.vertical > notebook button.flat.toggle { + border-radius: 4px; + border-width: 2px; + border-style: solid; + border-color: transparent; + background-color: transparent; +} + +window.background > box.vertical > notebook button.flat.toggle:checked, +window.background.csd > box.vertical > notebook button.flat.toggle:checked, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked { + border-image: url("borders/button-active-focus.png") 3 4 5 4 / 3px 4px 5px 4px stretch; + background-image: linear-gradient(to bottom, + @button_active_gradient_color_a, + @button_active_gradient_color_b); +} + +window.background > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.csd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked:focus { + border-image: url("borders/button-focus.png") 3 4 4 4 / 3px 4px 4px 4px stretch; + background-image: linear-gradient(to bottom, + @button_active_gradient_color_a, + @button_active_gradient_color_b); +} + +window.background > box.vertical > notebook scrolledwindow, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { + border-style: solid; + border-color: @borders; + border-width: 1px; +} + +window.background > box.vertical > notebook scrolledwindow viewport, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { + background-color: shade (@theme_bg_color, 1.12); +} + diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 42daa2cc..e02d4c44 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1932,6 +1932,10 @@ notebook { border-style: none; } +window.background > box.vertical > notebook, /* pavu-control */ +window.background.csd > box.vertical > notebook, +window.background.ssd > box.vertical > notebook, +window.background.solid-csd > box.vertical > notebook, notebook.frame { background-color: shade (@theme_bg_color, 1.1); border-style: solid; @@ -2064,6 +2068,10 @@ paned.horizontal notebook header.top tab { /* tabs ie. preferences windows */ /* horizontal tabs */ +window.background > box.vertical > notebook > header.top tab, /* pavu-control */ +window.background.csd > box.vertical > notebook > header.top tab, +window.background.ssd > box.vertical > notebook > header.top tab, +window.background.solid-csd > box.vertical > notebook > header.top tab, dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab, /* meld preferences */ dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab, dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab, @@ -2078,6 +2086,10 @@ notebook.frame header.bottom tab { border-color: @borders; } +window.background > box.vertical > notebook, /* pavu-control */ +window.background.csd > box.vertical > notebook, +window.background.ssd > box.vertical > notebook, +window.background.solid-csd > box.vertical > notebook, notebook.frame header.top tab { border-radius: 4px 4px 0px 0px; } diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index d5392474..43b50c6a 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -805,3 +805,13 @@ MsdOsdWindow.background.osd .progressbar { border-color: rgba(0,0,0,0.4); } +/***************** + * mate-terminal * + *****************/ + +/* override for pavu-control */ +window.background.mate-terminal > box.vertical > notebook { + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index 58684924..5f1ccd0c 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -465,3 +465,54 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta background-color: @theme_bg_color; } +/**************** + * pavu-control * + ****************/ + +window.background > box.vertical > notebook button.flat.toggle, +window.background.csd > box.vertical > notebook button.flat.toggle, +window.background.ssd > box.vertical > notebook button.flat.toggle, +window.background.solid-csd > box.vertical > notebook button.flat.toggle { + border-radius: 4px; + border-width: 2px; + border-style: solid; + border-color: transparent; + background-color: transparent; +} + +window.background > box.vertical > notebook button.flat.toggle:checked, +window.background.csd > box.vertical > notebook button.flat.toggle:checked, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked { + border-image: url("borders/button-active-focus.png") 3 4 5 4 / 3px 4px 5px 4px stretch; + background-image: linear-gradient(to bottom, + @button_active_gradient_color_a, + @button_active_gradient_color_b); +} + +window.background > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.csd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked:focus { + border-image: url("borders/button-focus.png") 3 4 4 4 / 3px 4px 4px 4px stretch; + background-image: linear-gradient(to bottom, + @button_active_gradient_color_a, + @button_active_gradient_color_b); +} + +window.background > box.vertical > notebook scrolledwindow, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { + border-style: solid; + border-color: @borders; + border-width: 1px; +} + +window.background > box.vertical > notebook scrolledwindow viewport, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { + background-color: shade (@theme_bg_color, 1.12); +} + |