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

Unified Diff: chrome/skin/overlay.css

Issue 11165026: Show notifications on startup (Closed)
Patch Set: Address remaining issue Created July 20, 2013, 10:53 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/content/ui/overlay.xul ('k') | lib/notification.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
@@ -16,6 +16,7 @@
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
#abp-status
{
@@ -174,3 +175,13 @@
{
-moz-image-region: rect(0px, 28px, 14px, 14px);
}
+
+#abp-notification html|a
+{
+ color: #0000f0;
+}
+
+#abp-notification html|a:hover
+{
+ text-decoration: underline;
+}
« no previous file with comments | « chrome/content/ui/overlay.xul ('k') | lib/notification.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld