Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/overlay.css

Issue 6526453483044864: Issue 2193 - Added notification opt-out (Firefox) (Closed)
Patch Set: Created June 26, 2015, 3:29 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/locale/en-US/overlay.dtd ('k') | lib/ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/overlay.css
===================================================================
--- a/chrome/skin/overlay.css
+++ b/chrome/skin/overlay.css
@@ -148,7 +148,9 @@
visibility: visible !important;
}
-#abp-bottombar-close {
+#abp-bottombar-close,
+#abp-notification-close
+{
padding: 4px 2px;
border-style: none !important;
-moz-user-focus: normal;
@@ -157,11 +159,15 @@
-moz-image-region: rect(0px, 14px, 14px, 0px);
}
-#abp-bottombar-close:hover {
+#abp-bottombar-close:hover,
+#abp-notification-close:hover
+{
-moz-image-region: rect(0px, 28px, 14px, 14px);
}
-#abp-bottombar-close:hover:active {
+#abp-bottombar-close:hover:active,
+#abp-notification-close:hover:active
+{
-moz-image-region: rect(0px, 42px, 14px, 28px);
}
@@ -224,3 +230,14 @@
{
text-decoration: underline;
}
+
+#abp-notification.abp-closing #abp-notification-content,
+#abp-notification:not(.abp-closing) #abp-notification-close-content
+{
+ display: none;
+}
+
+#abp-notification-close-content toolbarbutton label
+{
+ text-align: left;
+}
« no previous file with comments | « chrome/locale/en-US/overlay.dtd ('k') | lib/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld