first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / communicator / sync / syncCommon.css
index e04c0daefdf92d6b3837bd1d718e4d02ef69d790..07627ae9496f8270bc69810db9c03955b81d2cf5 100644 (file)
@@ -4,7 +4,7 @@
 }
 
 .statusIcon {
-  -moz-margin-start: 4px;
+  margin-inline-start: 4px;
   max-height: 16px;
   max-width: 16px;
 }
   font-weight: bold;
 }
 
-dialog#change-dialog {
+#change-dialog {
   width: 40em;
 }
 
-image#syncIcon {
-  list-style-image: url("chrome://communicator/skin/sync/sync-32.png");
-}
-
 #introText {
   margin-top: 2px;
 }
 
-#feedback,
-#passphraseFeedback {
-  height: 4em;
-}
-
-#passphraseStrength {
-  -moz-appearance: none;
-  height: 10px;
-  margin: 4px 0;
-}
-
-#passphraseStrength > .progress-bar {
-  background-color: #FF0000;
-}
-
-#passphraseStrength.medium > .progress-bar {
-  background-color: #FF9F00;
-}
-
-#passphraseStrength.strong > .progress-bar {
-  background-color: #008484;
+#feedback {
+  height: 2em;
 }