second part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / browser / preferences / preferences.css
index 38742be5dddf7106b2ff8405a414a02faf1bc0a2..bf10f3eb7937751f346b159abe4ec34df90f5a06 100644 (file)
@@ -208,24 +208,3 @@ 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; }
-}