fix a parsing error and add some modification to support current Nightly (when it...
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 9aea89f22c625600f9151b060509475f3b6653d2..3db0006dab0522df500461c7d7eb225b47f6a335 100644 (file)
@@ -443,6 +443,25 @@ button.warning {
   -moz-box-flex: 1;
 }
 
+.legacy-warning {
+  background-color: #FFFFCC;
+  color: #666699;
+  padding: 4px 5px 3px;
+  font-size: 0.9rem;
+  font-weight: 600;
+  -moz-user-focus: ignore;
+}
+
+.legacy-warning:hover {
+  background-color: #FFD0DD;
+  color: #000000;
+  text-decoration: none;
+}
+
+#detail-view .legacy-warning {
+  margin-top: 0.78rem;
+}
+
 .creator {
   font-weight: bold;
 }