X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=e3251d630a16e0e586632f1724a2916a892eb8d0;hp=e4c7e3374d1d2466caa6efd933d9b5cd246b22a9;hb=1eb9479dcd57435d5baac6c245734008e702917b;hpb=a21f2959e83ccf2205d47a86451bb082cb3aef31 diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index e4c7e337..e3251d63 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -40,6 +40,16 @@ prefpane { color: #FF9F00; } +* { + -moz-user-select: text; +} + +button, +treecol { + /* override the * rule */ + -moz-user-select: none; +} + /* Category List */ #categories { @@ -98,6 +108,15 @@ prefpane { -moz-image-region: rect(24px, 24px, 48px, 0); } +#category-search > .category-icon { + -moz-image-region: rect(0, 192px, 24px, 168px); +} + +#category-search:hover > .category-icon, +#category-search[selected] > .category-icon { + -moz-image-region: rect(24px, 192px, 48px, 168px); +} + #category-content > .category-icon { -moz-image-region: rect(0, 48px, 24px, 24px) } @@ -166,6 +185,15 @@ prefpane { /* General Pane */ +#useFirefoxSync { + font-size: 90%; + -moz-margin-end: 8px !important; +} + +#getStarted { + font-size: 90%; +} + #isNotDefaultLabel { font-weight: bold; } @@ -192,12 +220,6 @@ prefpane { height: 500px; } -#handlersView > listheader { - border: none; - background: transparent; - padding: 0; -} - #handlersView > listheader > treecol { } @@ -207,6 +229,12 @@ prefpane { border-bottom: 1px solid #9C9CFF; } +#handlersView > listheader { + background: transparent; + border: 0; + padding: 0; +} + #typeColumn, #actionColumn { line-height: 20px; @@ -307,7 +335,8 @@ description > html|a { #weavePrefsDeck > vbox > description, #weavePrefsDeck > vbox > #pairDevice > label, #weavePrefsDeck > #needsUpdate > hbox > #loginError, -#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP) > label { +#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP-normal) > label, +#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP-small) > label { /* no margin-start for elements at the begin of a line */ -moz-margin-start: 0; } @@ -418,14 +447,25 @@ caption { -moz-image-region: rect(0, 48px, 48px, 0); } + #category-general:hover > .category-icon, #category-general[selected] > .category-icon { -moz-image-region: rect(48px, 48px, 96px, 0); } + #category-search > .category-icon { + -moz-image-region: rect(0, 384px, 48px, 336px); + } + + #category-search:hover > .category-icon, + #category-search[selected] > .category-icon { + -moz-image-region: rect(48, 384px, 96px, 336px); + } + #category-content > .category-icon { -moz-image-region: rect(0, 96px, 48px, 48px); } + #category-content:hover > .category-icon, #category-content[selected] > .category-icon { -moz-image-region: rect(48px, 96px, 96px, 48px); } @@ -434,6 +474,7 @@ caption { -moz-image-region: rect(0, 144px, 48px, 96px); } + #category-application:hover > .category-icon, #category-application[selected] > .category-icon { -moz-image-region: rect(48px, 144px, 96px, 96px); } @@ -442,6 +483,7 @@ caption { -moz-image-region: rect(0, 192px, 48px, 144px); } + #category-privacy:hover > .category-icon, #category-privacy[selected] > .category-icon { -moz-image-region: rect(48px, 192px, 96px, 144px); } @@ -450,6 +492,7 @@ caption { -moz-image-region: rect(0, 240px, 48px, 192px); } + #category-security:hover > .category-icon, #category-security[selected] > .category-icon { -moz-image-region: rect(48px, 240px, 96px, 192px); } @@ -458,6 +501,7 @@ caption { -moz-image-region: rect(0, 288px, 48px, 240px); } + #category-sync:hover > .category-icon, #category-sync[selected] > .category-icon { -moz-image-region: rect(48px, 288px, 96px, 240px); } @@ -466,6 +510,7 @@ caption { -moz-image-region: rect(0, 336px, 48px, 288px); } + #category-advanced:hover > .category-icon, #category-advanced[selected] > .category-icon { -moz-image-region: rect(48px, 336px, 96px, 288px); }