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

Unified Diff: chrome/skin/overlay.css

Issue 5538776168267776: Implemented anti-adblock message notification (Closed)
Patch Set: Created Feb. 13, 2014, 12:50 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') | defaults/prefs.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
@@ -198,8 +198,24 @@
-moz-image-region: rect(0px, 28px, 14px, 14px);
}
+#abp-notification
+{
+ max-width: 300px;
+}
+
+#abp-notification-question
+{
+ display: none;
+}
+
+.abp-question #abp-notification-question
+{
+ display: block;
+}
+
#abp-notification html|a
{
+ cursor: pointer;
color: #0000f0;
}
« no previous file with comments | « chrome/locale/en-US/overlay.dtd ('k') | defaults/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld