fix a parsing error and add some modification to support current Nightly (when it...
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 3af9c6bb8101d4313dcb095383fb750d01843ed0..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;
 }
@@ -998,11 +1017,6 @@ button.button-link {
   margin: 0 6px;
 }
 
-button.button-link:not(:-moz-focusring) > .button-box {
-  border-width: 0;
-  margin: 1px;
-}
-
 button.button-link:hover {
   background-color: transparent;
   color: #336699;