X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fpreferences.css;h=f72adf12d61cf8268a959dc6286ebdfb8fb84a75;hp=8e333868fdf10c7a866d6b94bb3fc95628fa12e2;hb=368d0b7ff30fae6bb74e895e6fb8d1a182a1cb1c;hpb=58036cb8df01894560483ebc2abd3115258e8a90 diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index 8e333868..f72adf12 100644 --- a/LCARStrek/browser/preferences/preferences.css +++ b/LCARStrek/browser/preferences/preferences.css @@ -89,6 +89,11 @@ label.small { /* General Pane */ +#useFirefoxSync, +#getStarted { + font-size: 90%; +} + #isNotDefaultLabel { font-weight: bold; } @@ -202,3 +207,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; } +}