summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
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/TraditionalOk
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/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css2
2 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 66b7420f..708b364e 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1815,6 +1815,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,
@@ -1834,6 +1836,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);
@@ -1852,6 +1856,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);
@@ -1870,6 +1876,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/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 00f23031..6d2b62c8 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/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;
}