X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsync%2FsyncCommon.css;h=44223f777b74eacdf97648df166f6f39c1db05c7;hp=5378194de2dcef242c11c5cd48a23d2c575bb2b4;hb=43ba37c15d4c3b381344e45dac387a9df582f48f;hpb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca diff --git a/EarlyBlue/communicator/sync/syncCommon.css b/EarlyBlue/communicator/sync/syncCommon.css index 5378194d..44223f77 100644 --- a/EarlyBlue/communicator/sync/syncCommon.css +++ b/EarlyBlue/communicator/sync/syncCommon.css @@ -4,7 +4,7 @@ } .statusIcon { - -moz-margin-start: 4px; + margin-inline-start: 4px; max-height: 16px; max-width: 16px; } @@ -28,37 +28,14 @@ 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; }