X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=f070827be9268b0e00a03e7f5a46cae4b99db43b;hp=3a6c7c166f59a2d03107d93057c3b3f310e9bbdf;hb=fa703ff4868b5400c27aa76a4c65219d297a2431;hpb=b1dfcf3228675c75fda183c9cd0161c9be5d4047 diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 3a6c7c16..f070827b 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -40,6 +40,27 @@ treecol { /* override the * rule */ -moz-user-select: none; } +/* +#engineList treechildren::-moz-tree-image(engineShown, checked), +#blocklistsTree treechildren::-moz-tree-image(selectionCol, checked) { + list-style-image: url("chrome://global/skin/in-content/check.svg#check"); + width: 21px; + height: 21px; +} + +#engineList treechildren::-moz-tree-image(engineShown, checked, selected), +#blocklistsTree treechildren::-moz-tree-image(selectionCol, checked, selected) { + list-style-image: url("chrome://global/skin/in-content/check.svg#check-inverted"); +} + +#engineList treechildren::-moz-tree-row, +#blocklistsTree treechildren::-moz-tree-row { + min-height: 36px; +} +*/ +#selectionCol { + min-width: 26px; +} /* Category List */ @@ -210,6 +231,10 @@ treecol { margin-right: 4px !important; } +#notificationsPolicyLearnMore { + -moz-margin-start: 1.5em !important; +} + #defaultFontSizeLabel { /* !important needed to override common !important rule */ -moz-margin-start: 4px !important; @@ -319,6 +344,12 @@ description > html|a { margin-bottom: 8px; } +.indent { + /* !important needed to override -moz-margin-start:0 !important; rule + define in common.css for labels - but not in LCARStrek*/ + -moz-margin-start: 33px /*!important*/; +} + .text-link { margin-bottom: 0; } @@ -531,6 +562,102 @@ description > html|a { margin: 0 0 20px; } +#syncStatusMessageDescription { + font-size: 14px; + line-height: 158%; + margin: 0 !important; +} + +#syncStatusMessageClose { + margin: 0px; +} + +#syncStatusMessage { + visibility: collapse; + opacity: 0; + transition: opacity 1s linear; + padding: 14px 8px 14px 14px; + border-radius: 2px; +} + +#syncStatusMessage[message-type] { + visibility: visible; + opacity: 1; +} + +#syncStatusMessage[message-type="verify-success"] { + background-color: #008484; +} + +#syncStatusMessage[message-type="verify-error"] { + background-color: #FF0000; +} + +#syncStatusMessage[message-type="migration"] { + background-color: #FFCF00; +} + +#sync-migration-buttons-deck { + visibility: collapse; +} + +#learnMoreLink { + margin: 0; + color: #336699; + text-decoration: underline; +} + +#syncStatusMessage[message-type="migration"] #sync-migration-buttons-deck { + visibility: visible; +} + +#sync-migration-buttons-deck { + margin-top: 20px; +} + +#sync-migration-buttons-deck button { + margin: 0 10px 0 0; + border: 0; + border-radius: 2px; +} + +#sync-migrate-upgrade, +#sync-migrate-resend { +/* background-color: #0095DD; + color: #FBFBFB; */ +} + +#sync-migrate-upgrade:hover, +#sync-migrate-resend:hover { +/* background-color: #008ACB; */ +} + +#sync-migrate-upgrade:hover:active, +#sync-migrate-resend:hover:active { +/* background-color: #006B9D; */ +} + +#syncStatusMessageWrapper { + -moz-box-flex: 1; + padding-right: 5px; +} + +#syncStatusMessageTitle, #syncStatusMessageDescription { + color: #A09090; +} + +#syncStatusMessage[message-type="migration"] #syncStatusMessageTitle { + display: none; +} + +#syncStatusMessageTitle { + font-weight: bold !important; + font-size: 16px; + line-height: 157%; + margin: 0 0 20px; +} + + #syncStatusMessageDescription { font-size: 14px; line-height: 158%;