Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1290)

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 5699004: [tabbed options] more work on content settings exceptions lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix maybeSetPatternValid Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 195c18f1ad276a79dd18d31d52c5fa60a4284fb4..a558eb9816676a995fdaccbfb25396d17ee0198a 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -323,7 +323,7 @@ section > div:only-of-type label {
}
.hidden {
- display: none;
+ display: none !important;
stuartmorgan 2010/12/13 17:49:51 What is the !important for? There's almost certain
arv (Not doing code reviews) 2010/12/13 19:58:35 I'm fine with this !important. I'm also OK with s
}
.touch-slider {

Powered by Google App Engine
This is Rietveld 408576698