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; |
} |