sync both themes with suite classic theme changes in SeaMonkey 2.46/2.47 cycles
[themes.git] / EarlyBlue / communicator / sync / syncCommon.css
index 5378194de2dcef242c11c5cd48a23d2c575bb2b4..44223f777b74eacdf97648df166f6f39c1db05c7 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: #FF6000;
-}
-
-#passphraseStrength.strong > .progress-bar {
-  background-color: #33FF33;
+#feedback {
+  height: 2em;
 }