summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-03-01 14:49:31 -0500
committerraveit65 <[email protected]>2016-03-01 22:26:13 +0100
commitc3a98b406056acff393d53c0e4b00b9035e19b17 (patch)
treeac85a9a36b192768fdb256568a8e0d1bf98ba955 /desktop-themes/BlackMATE
parentb3cc1a3582580504b35926dc288012f763ec6db4 (diff)
downloadmate-themes-c3a98b406056acff393d53c0e4b00b9035e19b17.tar.bz2
mate-themes-c3a98b406056acff393d53c0e4b00b9035e19b17.tar.xz
Fix notebook tabs broken by gtk change
Notebook selected tab pseudoclass just changed from :active to :checked yesterday.
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index f9aa0d0c..f512b9d4 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -709,7 +709,7 @@ notebook tab {
shade(@less_dark_color, 0.5));
}
-notebook tab:active {
+notebook tab:checked {
background-image: linear-gradient(to bottom,
shade(@less_dark_color, 0.75),
shade(@less_dark_color, 0.86) 40%,
@@ -732,7 +732,7 @@ notebook header.bottom tab label{
padding: 0px 8px 3px;
}
-notebook header.bottom tab:active {
+notebook header.bottom tab:checked {
padding: 0px 8px 3px;
background-image: linear-gradient(to top,
shade(@less_dark_color, 1.25),
@@ -758,15 +758,15 @@ notebook header.right tab label{
border-width: 1px 1px 1px 0px;
}
-notebook header.left tab:active,
-notebook header.right tab:active {
+notebook header.left tab:checked,
+notebook header.right tab:checked {
background-image: none;
background-color: @less_dark_color;
}
notebook tab button,
notebook tab button:hover,
-notebook tab button:hover:active {
+notebook tab button:hover:checked {
border-style: none;
border-image: none;
border-radius: 5px;