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