aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/global.css
diff options
context:
space:
mode:
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 {