fix a parsing error and add some modification to support current Nightly (when it...
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 08ffac9f297cb24c87e52d20ce75bdba12fe1361..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;
@@ -1048,7 +1062,8 @@ button.button-link:not([disabled="true"]):active:hover {
 
 #disabled-unsigned-addons-info {
   margin-bottom: 2em;
-  margin-inline-end: 48px;
+  margin-right: 48px;
+  margin-left: 48px;
 }
 
 #disabled-unsigned-addons-heading {