second and final part of syncing LCARStrek with Firefox 37 windows theme changes
[themes.git] / LCARStrek / browser / preferences / preferences.css
index bfaae17980cb818d25c4b9f5da87f338afc62136..f72adf12d61cf8268a959dc6286ebdfb8fb84a75 100644 (file)
@@ -207,3 +207,24 @@ label.small {
 #noFxaAccount > label:first-child {
   margin-bottom: 0.6em;
 }
+
+/**
+ * Sync migration
+ */
+#sync-migration {
+  border: 1px solid #9C9CFF;
+  background-color: #000000;
+  color: #A09090;
+  text-shadow: none;
+  margin: 5px 0 0 0;
+  animation: fadein 3000ms;
+}
+
+#sync-migration description {
+  margin: 8px;
+}
+
+@keyframes fadein {
+  from { opacity: 0; }
+  to   { opacity: 1; }
+}