diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-01 16:06:50 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-01 16:08:17 +0100 |
commit | 80ff52835fc3865600440b9c28c9c049b294f107 (patch) | |
tree | dc66f49a981e89d4d4651da13a68c38660f4a7a0 /desktop-themes/Blue-Submarine | |
parent | a768015477686a9d308e035284c6722faa671100 (diff) | |
download | mate-themes-80ff52835fc3865600440b9c28c9c049b294f107.tar.bz2 mate-themes-80ff52835fc3865600440b9c28c9c049b294f107.tar.xz |
GTK3 submarine themes: change border color in GtkNotebook
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 6aea813e..3a1c9de5 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3102,7 +3102,7 @@ GtkLinkButton.button.flat:hover { background-clip: border-box;
background-color: shade (@theme_bg_color, 1.1);
border-style: solid;
- border-color: @borders;
+ border-color: @notebook_border;
border-width: 1px;
-GtkNotebook-initial-gap: 0;
-GtkNotebook-arrow-spacing: 0;
@@ -3220,7 +3220,7 @@ GtkLinkButton.button.flat:hover { border-radius: 4px 4px 0 0;
border-width: 1px 1px 0 1px;
border-style: solid;
- border-color: @borders;
+ border-color: @notebook_border;
box-shadow: none;
}
@@ -3231,7 +3231,7 @@ GtkLinkButton.button.flat:hover { border-radius: 4px 4px 0 0;
border-width: 1px 1px 0 1px;
border-style: solid;
- border-color: @borders;
+ border-color: @notebook_border;
box-shadow: none;
}
@@ -3247,7 +3247,7 @@ GtkLinkButton.button.flat:hover { border-radius: 0 0 4px 4px;
border-style: solid;
border-width: 0px 1px 1px 1px;
- border-color: @borders;
+ border-color: @notebook_border;
box-shadow: none;
}
@@ -3258,7 +3258,7 @@ GtkLinkButton.button.flat:hover { border-radius: 0 0 4px 4px;
border-style: solid;
border-width: 0px 1px 1px 1px;
- border-color: @borders;
+ border-color: @notebook_border;
box-shadow: none;
}
@@ -3276,7 +3276,7 @@ GtkLinkButton.button.flat:hover { shade(@theme_bg_color, 1.1));
border-style: solid;
border-width: 1px 0px 1px 1px;
- border-color: @borders;
+ border-color: @notebook_border;
border-right-color: @notebook_active_tab_border;
border-radius: 4px 0px 0px 4px;
}
@@ -3287,7 +3287,7 @@ GtkLinkButton.button.flat:hover { alpha(@theme_base_color, 0.3));
border-style: solid;
border-width: 1px 0px 1px 1px;
- border-color: @borders;
+ border-color: @notebook_border;
border-radius: 4px 0px 0px 4px;
}
@@ -3298,7 +3298,7 @@ GtkLinkButton.button.flat:hover { shade(@theme_bg_color, 1.1));
border-style: solid;
border-width: 1px 1px 1px 0px;
- border-color: @borders;
+ border-color: @notebook_border;
border-right-color: @notebook_active_tab_border;
border-radius: 0px 4px 4px 0px;
}
@@ -3309,7 +3309,7 @@ GtkLinkButton.button.flat:hover { alpha(@theme_base_color, 0.3));
border-style: solid;
border-width: 1px 1px 1px 0px;
- border-color: @borders;
+ border-color: @notebook_border;
border-radius: 0px 4px 4px 0px;
}
|