aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/global.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/global.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/global.css')
-rw-r--r--arc-firefox-theme/chrome/global/global.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/arc-firefox-theme/chrome/global/global.css b/arc-firefox-theme/chrome/global/global.css
index 5ddc664..71981c8 100644
--- a/arc-firefox-theme/chrome/global/global.css
+++ b/arc-firefox-theme/chrome/global/global.css
@@ -264,15 +264,16 @@ label[disabled="true"] {
.text-link {
color: -moz-nativehyperlinktext;
+ border: 1px solid transparent;
cursor: pointer;
}
.text-link:hover {
text-decoration: underline;
}
-
-.text-link:-moz-focusring {
- outline: 1px dotted;
+
+.text-link:focus {
+ border: 1px dotted -moz-DialogText;
}
notification > button {
@@ -280,10 +281,6 @@ notification > button {
margin-bottom: 0;
}
-popupnotificationcontent {
- margin-top: .5em;
-}
-
/* :::::: autoscroll popup ::::: */
.autoscroller {