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

Unified Diff: chrome/browser/resources/plugins.css

Issue 10095029: Disable "always allowed" checkbox in chrome://plugins for disabled plug-ins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 8 months 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
« no previous file with comments | « no previous file | chrome/browser/resources/plugins.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugins.css
diff --git a/chrome/browser/resources/plugins.css b/chrome/browser/resources/plugins.css
index 45f314e85eeb4de6a4aab13d192b049cdacfec64..7eb4499cd24533da7bf5122db4cc25b5547da781 100644
--- a/chrome/browser/resources/plugins.css
+++ b/chrome/browser/resources/plugins.css
@@ -152,26 +152,17 @@ body.show-tmi-mode .show-in-tmi-mode {
width: 100%;
}
-.plugin-disabled > td {
+.plugin-disabled {
background-color: #f0f0f0;
color: #a0a0a0;
- padding-bottom: 4px;
- padding-top: 5px;
}
-.plugin-enabled > td {
+.plugin > tr > td {
padding-bottom: 4px;
padding-top: 5px;
}
-.plugin-file-disabled {
- background-color: #f0f0f0;
- color: #a0a0a0;
- padding-bottom: 5px;
- padding-top: 5px;
-}
-
-.plugin-file-enabled {
+.plugin-file {
padding-bottom: 5px;
padding-top: 5px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/plugins.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698