X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fpreferences.css;h=38742be5dddf7106b2ff8405a414a02faf1bc0a2;hb=0ef54c720436759577528cc97d0c4cc67eb1dc92;hp=8e333868fdf10c7a866d6b94bb3fc95628fa12e2;hpb=58036cb8df01894560483ebc2abd3115258e8a90;p=themes.git diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index 8e333868..38742be5 100644 --- a/LCARStrek/browser/preferences/preferences.css +++ b/LCARStrek/browser/preferences/preferences.css @@ -79,6 +79,7 @@ radio[pane=paneSync] { list-style-image: url("chrome://browser/skin/preferences/Options-sync.png") !important; } +/* These lines should be removed as part of fixing bug 1140495 */ label.small { font-size: smaller; } @@ -89,6 +90,11 @@ label.small { /* General Pane */ +#useFirefoxSync, +#getStarted { + font-size: 90%; +} + #isNotDefaultLabel { font-weight: bold; } @@ -202,3 +208,24 @@ 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; } +}