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

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: 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..4b700305ec02ee9b42d1d896f0c63b9a76daf357 100644
--- a/chrome/browser/resources/plugins.css
+++ b/chrome/browser/resources/plugins.css
@@ -152,26 +152,20 @@ body.show-tmi-mode .show-in-tmi-mode {
width: 100%;
}
-.plugin-disabled > td {
+.disabled {
Evan Stade 2012/04/20 20:49:29 can you change the name of this so it's less gener
Bernhard Bauer 2012/04/23 07:26:08 Done.
background-color: #f0f0f0;
color: #a0a0a0;
- padding-bottom: 4px;
- padding-top: 5px;
}
-.plugin-enabled > td {
- padding-bottom: 4px;
- padding-top: 5px;
+.enabled {
Evan Stade 2012/04/20 20:49:29 ?
Bernhard Bauer 2012/04/23 07:26:08 Removed. I had forgotten to upload the updated ver
}
-.plugin-file-disabled {
- background-color: #f0f0f0;
- color: #a0a0a0;
- padding-bottom: 5px;
+.plugin > tr > td {
+ padding-bottom: 4px;
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