summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen/gtk-3.0
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-03-25 02:24:30 +0100
committerZenWalker <[email protected]>2017-03-25 02:24:30 +0100
commit0f78063507315b6b957749a91b24832abb15da37 (patch)
tree9972f7b880de6e395f1c1e208de1ca65ba231baf /desktop-themes/TraditionalGreen/gtk-3.0
parentaf791645a4e95b3c800e959d14b3ecf6e0810818 (diff)
downloadmate-themes-0f78063507315b6b957749a91b24832abb15da37.tar.bz2
mate-themes-0f78063507315b6b957749a91b24832abb15da37.tar.xz
Traditional themes: set more border colors in checked notebook tabs
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css2
2 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index f5961b3c..89b4dcaf 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1814,6 +1814,8 @@ notebook header.top tab {
notebook header.top tab:checked {
border-top-color: @notebook_active_tab_border;
+ border-left-color: @notebook_active_tab_border;
+ border-right-color: @notebook_active_tab_border;
border-width: 1px 1px 0px 1px;
background-image: linear-gradient(to bottom,
@notebook_active_tab_strip_gradient_b 1px,
@@ -1833,6 +1835,8 @@ notebook header.right tab {
notebook header.right tab:checked {
border-width: 1px 1px 1px 0px;
border-right-color: @notebook_active_tab_border;
+ border-top-color: @notebook_active_tab_border;
+ border-bottom-color: @notebook_active_tab_border;
background-image: linear-gradient(to left,
@notebook_active_tab_strip_gradient_b 1px,
@notebook_active_tab_gradient_b 8px);
@@ -1851,6 +1855,8 @@ notebook header.bottom tab {
notebook header.bottom tab:checked {
border-width: 0px 1px 1px 1px;
border-bottom-color: @notebook_active_tab_border;
+ border-left-color: @notebook_active_tab_border;
+ border-right-color: @notebook_active_tab_border;
background-image: linear-gradient(to top,
@notebook_active_tab_strip_gradient_b 1px,
@notebook_active_tab_gradient_b 8px);
@@ -1869,6 +1875,8 @@ notebook header.left tab {
notebook header.left tab:checked {
border-width: 1px 0px 1px 1px;
border-left-color: @notebook_active_tab_border;
+ border-top-color: @notebook_active_tab_border;
+ border-bottom-color: @notebook_active_tab_border;
background-image: linear-gradient(to right,
@notebook_active_tab_strip_gradient_b 1px,
@notebook_active_tab_gradient_b 8px);
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 332e6155..64aac7cc 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -535,6 +535,8 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check
border-style: solid;
border-color: @border_color;
border-top-color: @notebook_active_tab_border;
+ border-left-color: @notebook_active_tab_border;
+ border-right-color: @notebook_active_tab_border;
border-width: 1px;
}