diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-01 16:06:50 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-01 16:07:37 +0100 |
commit | 801897f51663018acc1bc5636f654c39c464fc41 (patch) | |
tree | 2df8ef9acdca0c9b9003749c1d5b83b742ab1be0 /desktop-themes/Green-Submarine | |
parent | 861e724d8f849f315b09be19e315f8f4eebc3f4a (diff) | |
download | mate-themes-801897f51663018acc1bc5636f654c39c464fc41.tar.bz2 mate-themes-801897f51663018acc1bc5636f654c39c464fc41.tar.xz |
GTK3 submarine themes: change border color in GtkNotebook
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 18 |
1 files changed, 9 insertions, 9 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 1328d46d..8fe89e2c 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3035,7 +3035,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: 5;
@@ -3151,7 +3151,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;
}
@@ -3162,7 +3162,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;
}
@@ -3178,7 +3178,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;
}
@@ -3189,7 +3189,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;
}
@@ -3207,7 +3207,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;
}
@@ -3218,7 +3218,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;
}
@@ -3229,7 +3229,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;
}
@@ -3240,7 +3240,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;
}
|