fix a parsing error and add some modification to support current Nightly (when it...
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index a72e4a0027664b8a14f29b4cdc35771ffa6723a9..36e9f4704f2a5a0f0c7fe8adecf534dff77d5ae1 100644 (file)
   -moz-box-align: center;
   margin-right: 48px;
   margin-left: 48px;
+  padding-top: .5em;
 }
 
 .alert-spacer-before {
@@ -242,8 +243,11 @@ button.warning {
 }
 
 #view-port {
-  background-color: #000000;
+}
+
+#headered-views-content {
   border-radius: 1em 0 0 0;
+  background-color: #000000;
 }
 
 /*** header ***/
@@ -379,6 +383,10 @@ button.warning {
 
 /*** discover view ***/
 
+#discover-view {
+  background-image: linear-gradient(#A09090 28px, #000000 28px, #000000 100%);
+}
+
 .discover-spacer-before,
 .discover-spacer-after {
   -moz-box-flex: 1;
@@ -497,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;
 }