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

Unified Diff: skin/popup.css

Issue 6257417939582976: Issue 2081 - Hide "Block element" option in the popup if the page is whitelisted (Closed)
Patch Set: Created March 3, 2015, 4:37 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 | « popup.js ('k') | no next file » | 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
@@ -29,7 +29,8 @@
display: none;
}
-body.nohtml #clickhide
+body.nohtml #clickhide,
+body.disabled #clickhide
Wladimir Palant 2015/03/04 13:12:05 Nit: It's better to set this kind of classes on do
{
display: none;
}
@@ -193,18 +194,18 @@
background-position: -50px -1px ;
}
-#enabled.off .icon
+body.disabled #enabled .icon
{
background-position: -50px -17px;
}
#enabled-no,
-#enabled.off #enabled-yes
+body.disabled #enabled #enabled-yes
{
display: none;
}
-#enabled.off #enabled-no
+body.disabled #enabled #enabled-no
{
display: inline;
}
« no previous file with comments | « popup.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld