aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/tabbox.css
diff options
context:
space:
mode:
authorHorst31802015-10-21 21:18:30 +0200
committerHorst31802015-10-21 21:18:30 +0200
commit3ae0c90209c4aeacc3f8a7958e943361097a272d (patch)
tree239a600adb21f72331ec7ed51ab974e925e09a6c /arc-firefox-theme/chrome/global/tabbox.css
parent9301a62ccbeae64475ff6ea16b8e33c96d918a4f (diff)
downloadsolarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.tar.gz
solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.tar.xz
solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.zip
add support for Firefox 38 esr
Diffstat (limited to 'arc-firefox-theme/chrome/global/tabbox.css')
-rw-r--r--arc-firefox-theme/chrome/global/tabbox.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/arc-firefox-theme/chrome/global/tabbox.css b/arc-firefox-theme/chrome/global/tabbox.css
index f575996..822968c 100644
--- a/arc-firefox-theme/chrome/global/tabbox.css
+++ b/arc-firefox-theme/chrome/global/tabbox.css
@@ -48,7 +48,7 @@ tab {
color: -moz-DialogText;
}
-tab[visuallyselected="true"] {
+tab[selected="true"] {
z-index: 1;
margin-top: 0;
margin-bottom: -2px;
@@ -83,7 +83,7 @@ tab + tab {
border-bottom-left-radius: 2px;
}
-.tab-bottom[visuallyselected="true"] {
+.tab-bottom[selected="true"] {
margin-bottom: 0;
margin-top: -2px;
padding-top: 6px;