make add icon work
[themes.git] / LCARStrek / communicator / sync / syncCommon.css
index e04c0daefdf92d6b3837bd1d718e4d02ef69d790..df32270d5ace462f1d941d432ec084f4b23c91a5 100644 (file)
   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;
 }