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

Unified Diff: skin/popup.css

Issue 5749582424178688: Ported over anti-adblock message notification (Closed)
Patch Set: Created Feb. 28, 2014, 6:41 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
« popup.html ('K') | « popup.html ('k') | webrequest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/popup.css
===================================================================
--- a/skin/popup.css
+++ b/skin/popup.css
@@ -76,12 +76,24 @@
background-color: #c72e12;
}
-#notification.information
+#notification.information,
+#notification.question
{
border-color: #1c5fa4;
background-color: #1281c7;
}
+#notification-question
+{
+ display: none;
+ margin-top: 10px;
+}
+
+#notification.question #notification-question
+{
+ display: block;
+}
+
#notification h1
{
margin: 0px 15px 5px 0px;
@@ -106,6 +118,16 @@
background-position: -34px -89px;
}
+#notification-question button
+{
+ cursor: pointer;
+ padding: 3px 8px;
+ color: #1281c7;
+ border: none;
+ border-radius: 2px;
+ background-color: white;
+}
+
footer
{
cursor: pointer;
« popup.html ('K') | « popup.html ('k') | webrequest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld