diff options
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
3 files changed, 84 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 582accef..0c0f29b1 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3291,6 +3291,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;
@@ -3465,6 +3469,10 @@ paned.horizontal > notebook > header button.flat.small-button { /* tabs in dialog 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,
@@ -3478,6 +3486,10 @@ notebook.frame > header.bottom tab { border-color: transparent;
}
+window.background > box.vertical > notebook > header.top tab:checked, /* pavu-control */
+window.background.csd > box.vertical > notebook > header.top tab:checked,
+window.background.ssd > box.vertical > notebook > header.top tab:checked,
+window.background.solid-csd > box.vertical > notebook > header.top tab:checked,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
@@ -3497,6 +3509,10 @@ notebook.frame > header.top tab:checked:hover { border-color: @notebook_border;
}
+window.background > box.vertical > notebook > header.top tab:hover, /* pavu-control */
+window.background.csd > box.vertical > notebook > header.top tab:hover,
+window.background.ssd > box.vertical > notebook > header.top tab:hover,
+window.background.solid-csd > box.vertical > notebook > header.top tab:hover,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index a9ecf4f5..6611bf2c 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1061,3 +1061,13 @@ MsdOsdWindow.background.osd .progressbar { background-size: 40px auto, auto, auto; } +/***************** + * mate-terminal * + *****************/ + +/* override for pavu-control */ +window.background.mate-terminal > box.vertical > notebook { + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index bc4fa852..a1fb1d95 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -560,3 +560,61 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta border-radius: 4px; } +/**************** + * pavu-control * + ****************/ + +window.background > box.vertical > notebook button.flat.toggle:focus, +window.background.csd > box.vertical > notebook button.flat.toggle:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:focus { + box-shadow: none; +} + +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-top-color: transparent; + border-left-color: alpha (#000, 0.01); + border-right-color: alpha (#000, 0.01); + border-bottom-color: alpha (#000, 0.03); + box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.70), + inset 1px 0px alpha(shade(@button_border, 0.94), 0.80), + inset -1px 0px alpha(shade(@button_border, 0.94), 0.80), + inset 0px -1px alpha(shade(@button_border, 0.88), 0.90); +} + +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 { + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), + inset 1px 0px shade (@theme_selected_bg_color, 1.3), + inset -1px 0px shade (@theme_selected_bg_color, 1.3), + inset 0px -1px shade (@theme_selected_bg_color, 1.3); +} + +window.background > box.vertical > notebook scrolledwindow, +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 { + background-color: shade (@theme_bg_color, 1.1); +} + +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: @notebook_border; + 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.15); +} + |