From 18f5421a753324176299d1a66883253f6658d863 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 8 Mar 2010 16:48:44 +0100 Subject: [PATCH] update both themes for toolkit winstripe trunk changes between 2008-11-29 adn 2009-08-04 --- EarlyBlue/global/alerts/alert.css | 9 +++- EarlyBlue/global/commonDialog.css | 4 ++ EarlyBlue/global/datetimepicker.css | 8 +-- EarlyBlue/global/findBar.css | 25 +++------ EarlyBlue/global/global.css | 33 ++++++------ EarlyBlue/global/icons/search.png | Bin 244 -> 228 bytes EarlyBlue/global/menu.css | 6 +-- EarlyBlue/global/printPreview.css | 8 +-- EarlyBlue/global/resizer.css | 34 ++++++++++++ EarlyBlue/global/scrollbox.css | 16 +++--- EarlyBlue/global/tabbox.css | 1 - EarlyBlue/global/textbox.css | 8 +-- EarlyBlue/global/toolbar/spring.gif | Bin 254 -> 0 bytes EarlyBlue/global/tree.css | 10 ++-- EarlyBlue/messenger/mailWindow1.css | 4 +- EarlyBlue/mozapps/extensions/extensions.css | 56 +++----------------- EarlyBlue/mozapps/update/updates.css | 6 +-- LCARStrek/global/alerts/alert.css | 9 +++- LCARStrek/global/commonDialog.css | 4 ++ LCARStrek/global/datetimepicker.css | 8 +-- LCARStrek/global/findBar.css | 25 +++------ LCARStrek/global/global.css | 35 ++++++------ LCARStrek/global/icons/search.png | Bin 244 -> 228 bytes LCARStrek/global/menu.css | 6 +-- LCARStrek/global/printPreview.css | 16 +++--- LCARStrek/global/resizer.css | 34 ++++++++++++ LCARStrek/global/scrollbox.css | 16 +++--- LCARStrek/global/tabbox.css | 1 - LCARStrek/global/textbox.css | 8 +-- LCARStrek/global/toolbar/spring.gif | Bin 169 -> 0 bytes LCARStrek/global/tree.css | 10 ++-- LCARStrek/messenger/mailWindow1.css | 4 +- LCARStrek/mozapps/extensions/extensions.css | 56 +++----------------- LCARStrek/mozapps/update/updates.css | 6 +-- 34 files changed, 216 insertions(+), 250 deletions(-) create mode 100644 EarlyBlue/global/resizer.css delete mode 100644 EarlyBlue/global/toolbar/spring.gif create mode 100644 LCARStrek/global/resizer.css delete mode 100644 LCARStrek/global/toolbar/spring.gif diff --git a/EarlyBlue/global/alerts/alert.css b/EarlyBlue/global/alerts/alert.css index 95d80ce0..0329d774 100644 --- a/EarlyBlue/global/alerts/alert.css +++ b/EarlyBlue/global/alerts/alert.css @@ -69,8 +69,15 @@ -moz-margin-end: 6px; } -.alertText[clickable="true"] { +#alertNotification[clickable="true"] { cursor: pointer; +} + +label { + cursor: inherit; +} + +.alertText[clickable="true"] { color: blue; text-decoration: underline; } diff --git a/EarlyBlue/global/commonDialog.css b/EarlyBlue/global/commonDialog.css index e69de29b..bcf982f9 100644 --- a/EarlyBlue/global/commonDialog.css +++ b/EarlyBlue/global/commonDialog.css @@ -0,0 +1,4 @@ +#filler { + -moz-margin-start: -8px; + -moz-margin-end: -10px; +} diff --git a/EarlyBlue/global/datetimepicker.css b/EarlyBlue/global/datetimepicker.css index 23d93c02..b275b3f8 100644 --- a/EarlyBlue/global/datetimepicker.css +++ b/EarlyBlue/global/datetimepicker.css @@ -137,18 +137,18 @@ timepicker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif"); } -.datepicker-previous[chromedir="rtl"] { +.datepicker-previous:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right.gif"); } -.datepicker-next[chromedir="rtl"] { +.datepicker-next:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left.gif"); } -.datepicker-previous[disabled="true"][chromedir="rtl"] { +.datepicker-previous[disabled="true"]:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif"); } -.datepicker-next[disabled="true"][chromedir="rtl"] { +.datepicker-next[disabled="true"]:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left-disabled.gif"); } diff --git a/EarlyBlue/global/findBar.css b/EarlyBlue/global/findBar.css index 34b68dc8..de6783c7 100644 --- a/EarlyBlue/global/findBar.css +++ b/EarlyBlue/global/findBar.css @@ -48,11 +48,9 @@ findbar { } .findbar-find-status { - margin-top: 0px; - margin-bottom: 0px; - -moz-margin-start: 3px; - -moz-margin-end: 0px; - padding: 2px; + margin: 0 !important; + -moz-margin-start: 3px !important; + padding: 2px !important; } .find-status-icon[status="notfound"] { @@ -61,19 +59,14 @@ findbar { */ } -.findbar-textbox { - -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox"); - border: none; - margin: 0px; -} - .findbar-textbox[status="notfound"] { - background-color: #FFC0C0; + -moz-box-shadow: 0 0 0 1em #FFC0C0 inset; color: #000000; } -findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox { - background-color: #FFFFC0; +.findbar-textbox[flash="true"] { + -moz-box-shadow: 0 0 0 1em #FFFFC0 inset; + color: #000000; } .find-status-icon[status="wrapped"] { @@ -81,7 +74,3 @@ findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-te list-style-image: url("chrome://global/skin/icons/wrap.png"); */ } - -.find-field-container { - /* -moz-appearance: textfield; */ -} diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index 709dd0ed..ae402252 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -162,6 +162,11 @@ window:not([active="true"]) menubar > menu { -moz-user-focus: ignore !important; } +toolbar[mode="text"] .toolbarbutton-text { + /* padding: 0 !important; + margin: 3px 5px !important; */ +} + /* ::::: miscellaneous formatting ::::: */ .inset { @@ -218,6 +223,7 @@ separator[orient="vertical"].groove-thin { } .plain { + -moz-appearance: none; margin: 0px !important; border: none; padding: 0px; @@ -272,22 +278,13 @@ description { } .text-link:focus { - color: red; /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; } -.text-link:hover:active { - color: red; -} - -.text-link[visited="true"] { - color: purple; -} - /* :::::: autoscroll popup ::::: */ -#autoscroller { +.autoscroller { height: 28px; width: 28px; border: 0px; @@ -298,34 +295,34 @@ description { -moz-appearance: none; } -#autoscroller[scrolldir="NS"] { +.autoscroller[scrolldir="NS"] { background-position: left center; } -#autoscroller[scrolldir="EW"] { +.autoscroller[scrolldir="EW"] { background-position: left bottom; } -#autoscroller[transparent="true"] { +.autoscroller[transparent="true"] { background-position: center top; } -#autoscroller[transparent="true"][scrolldir="NS"] { +.autoscroller[transparent="true"][scrolldir="NS"] { background-position: center center; } -#autoscroller[transparent="true"][scrolldir="EW"] { +.autoscroller[transparent="true"][scrolldir="EW"] { background-position: center bottom; } -#autoscroller[translucent="true"] { +.autoscroller[translucent="true"] { background-position: right top; } -#autoscroller[translucent="true"][scrolldir="NS"] { +.autoscroller[translucent="true"][scrolldir="NS"] { background-position: right center; } -#autoscroller[translucent="true"][scrolldir="EW"] { +.autoscroller[translucent="true"][scrolldir="EW"] { background-position: right bottom; } diff --git a/EarlyBlue/global/icons/search.png b/EarlyBlue/global/icons/search.png index 17267c57de4ad7a4acba4212cfc4fc10511768c1..c4b9a70c2dd373aafdbe600c03fc9e543986f4a9 100644 GIT binary patch delta 105 zcmeyu_=ItSIF|wwGXn!d+H-;UiHf4UJllaBhP1RZA>IZ~6P+#iZZUK4v+9Mh6sUUOx=wsimwb98NSWraoTzO`zeqqp00i_>zopr E0Ox`p?EnA( delta 121 zcmaFD_=RzTIF|tvGXn!ds-e)4iHf4UlQ@7JhP1RZk*9K>PIR{5yTK*Et7w%Kt#S`2 z9zL;C%aL6nN9OP diff --git a/EarlyBlue/global/menu.css b/EarlyBlue/global/menu.css index a6340cd5..7e3adcff 100644 --- a/EarlyBlue/global/menu.css +++ b/EarlyBlue/global/menu.css @@ -176,15 +176,15 @@ menulist > menupopup > menu { list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif"); } -.menu-right[chromedir="rtl"] { +.menu-right:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/menu/menu-arrow-rtl.gif"); } -.menu-right[chromedir="rtl"][_moz-menuactive="true"] { +.menu-right:-moz-locale-dir(rtl)[_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-hover-rtl.gif"); } -.menu-right[chromedir="rtl"][disabled="true"] { +.menu-right:-moz-locale-dir(rtl)[disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled-rtl.gif"); } diff --git a/EarlyBlue/global/printPreview.css b/EarlyBlue/global/printPreview.css index f8ca5bad..3ebcd4d1 100644 --- a/EarlyBlue/global/printPreview.css +++ b/EarlyBlue/global/printPreview.css @@ -38,19 +38,19 @@ /* ..... page navigation ..... */ -.home-arrow, .end-arrow[chromedir="rtl"] { +.home-arrow, .end-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif"); } -.end-arrow, .home-arrow[chromedir="rtl"] { +.end-arrow, .home-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif"); } -.left-arrow, .right-arrow[chromedir="rtl"] { +.left-arrow, .right-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif"); } -.right-arrow, .left-arrow[chromedir="rtl"] { +.right-arrow, .left-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif"); } diff --git a/EarlyBlue/global/resizer.css b/EarlyBlue/global/resizer.css new file mode 100644 index 00000000..6b12f48b --- /dev/null +++ b/EarlyBlue/global/resizer.css @@ -0,0 +1,34 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +resizer[dir="top"], +resizer[dir="bottom"] { + cursor: ns-resize; +} + +resizer[dir="left"], +resizer[dir="right"] { + cursor: ew-resize; +} + +resizer[dir="topleft"] { + cursor: nw-resize; +} + +resizer[dir="bottomright"], +resizer[dir="bottomend"]:-moz-locale-dir(ltr) { + cursor: se-resize; +} + +resizer[dir="topright"] { + cursor: ne-resize; +} + +resizer[dir="bottomleft"], +resizer[dir="bottomend"]:-moz-locale-dir(rtl) { + cursor: sw-resize; +} + +resizer[dir="bottomright"]:-moz-locale-dir(ltr), +resizer[dir="bottomend"] { + /* -moz-appearance: resizer; */ +} diff --git a/EarlyBlue/global/scrollbox.css b/EarlyBlue/global/scrollbox.css index 63dc7ad2..15b98f8f 100644 --- a/EarlyBlue/global/scrollbox.css +++ b/EarlyBlue/global/scrollbox.css @@ -41,31 +41,31 @@ /* Horizontal enabled */ .autorepeatbutton-up[orient="horizontal"], -.autorepeatbutton-down[chromedir="rtl"][orient="horizontal"], +.autorepeatbutton-down:-moz-locale-dir(rtl)[orient="horizontal"], .scrollbutton-up[orient="horizontal"], -.scrollbutton-down[chromedir="rtl"][orient="horizontal"] { +.scrollbutton-down:-moz-locale-dir(rtl)[orient="horizontal"] { list-style-image: url("chrome://global/skin/arrow/arrow-left.gif"); } .autorepeatbutton-down[orient="horizontal"], -.autorepeatbutton-up[chromedir="rtl"][orient="horizontal"], +.autorepeatbutton-up:-moz-locale-dir(rtl)[orient="horizontal"], .scrollbutton-down[orient="horizontal"], -.scrollbutton-up[chromedir="rtl"][orient="horizontal"] { +.scrollbutton-up:-moz-locale-dir(rtl)[orient="horizontal"] { list-style-image: url("chrome://global/skin/arrow/arrow-right.gif"); } /* Horizontal disabled */ .autorepeatbutton-up[orient="horizontal"][disabled="true"], -.autorepeatbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"], +.autorepeatbutton-down:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"], .scrollbutton-up[orient="horizontal"][disabled="true"], -.scrollbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"] { +.scrollbutton-down:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-left-disabled.gif"); } .autorepeatbutton-down[orient="horizontal"][disabled="true"], -.autorepeatbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"], +.autorepeatbutton-up:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"], .scrollbutton-down[orient="horizontal"][disabled="true"], -.scrollbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"] { +.scrollbutton-up:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif"); } diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index 9d5547e7..264b375c 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -78,7 +78,6 @@ tab { } tab[selected="true"] { - -moz-user-focus: normal; font-weight: bold; background-color: #EDF1FF; } diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 10d5aba4..e499f7b7 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -55,7 +55,7 @@ textbox { min-height: 19px; } -textbox[empty="true"] { +textbox[isempty="true"] { color: #CCD0DD; } @@ -118,8 +118,8 @@ textbox.plain { -moz-image-region: rect(0, 16px, 16px, 0); } -.textbox-search-icon[chromedir="rtl"] { - -moz-image-region: rect(16px, 16px, 32px, 0); +.textbox-search-icon:-moz-locale-dir(rtl) { + -moz-transform: scaleX(-1); } .textbox-search-icon[searchbutton]:not([disabled]) { @@ -128,7 +128,7 @@ textbox.plain { .textbox-search-clear { list-style-image: url("chrome://global/skin/icons/search.png"); - -moz-image-region: rect(32px, 16px, 48px, 0); + -moz-image-region: rect(16px, 16px, 32px, 0); } .textbox-search-clear:not([disabled]) { diff --git a/EarlyBlue/global/toolbar/spring.gif b/EarlyBlue/global/toolbar/spring.gif deleted file mode 100644 index 9dfdb161c64e8aca6c2138ca7a3467cf85e3840e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 254 zcmZ?wbhEHbRA5kGIKsg2|Ns9GpP<~d?9ZP*{r>$sHZ1z*&z}$OKR9vpxWBvag>x60 zYa6$3**0^^^x4yAojrXvGbz2Hs&3=DjaxQut|_ZxAOsYDvVfK7fJl&?4y@G*3VkV= z^D label { text-decoration: underline !important; } -link:hover:active { - color: red; -} - link:focus { - border: 1px dotted black; + border: 1px dotted #000000; } remotecontent { diff --git a/LCARStrek/global/alerts/alert.css b/LCARStrek/global/alerts/alert.css index b057fadd..ccefca63 100644 --- a/LCARStrek/global/alerts/alert.css +++ b/LCARStrek/global/alerts/alert.css @@ -70,8 +70,15 @@ -moz-margin-end: 6px; } -.alertText[clickable="true"] { +#alertNotification[clickable="true"] { cursor: pointer; +} + +label { + cursor: inherit; +} + +.alertText[clickable="true"] { color: blue; text-decoration: underline; } diff --git a/LCARStrek/global/commonDialog.css b/LCARStrek/global/commonDialog.css index e69de29b..bcf982f9 100644 --- a/LCARStrek/global/commonDialog.css +++ b/LCARStrek/global/commonDialog.css @@ -0,0 +1,4 @@ +#filler { + -moz-margin-start: -8px; + -moz-margin-end: -10px; +} diff --git a/LCARStrek/global/datetimepicker.css b/LCARStrek/global/datetimepicker.css index 165cc0fa..53e5430e 100644 --- a/LCARStrek/global/datetimepicker.css +++ b/LCARStrek/global/datetimepicker.css @@ -139,18 +139,18 @@ timepicker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif"); } -.datepicker-previous[chromedir="rtl"] { +.datepicker-previous:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right.gif"); } -.datepicker-next[chromedir="rtl"] { +.datepicker-next:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left.gif"); } -.datepicker-previous[disabled="true"][chromedir="rtl"] { +.datepicker-previous[disabled="true"]:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif"); } -.datepicker-next[disabled="true"][chromedir="rtl"] { +.datepicker-next[disabled="true"]:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left-disabled.gif"); } diff --git a/LCARStrek/global/findBar.css b/LCARStrek/global/findBar.css index fa617dee..c7f3cf64 100644 --- a/LCARStrek/global/findBar.css +++ b/LCARStrek/global/findBar.css @@ -48,11 +48,9 @@ findbar { } .findbar-find-status { - margin-top: 0px; - margin-bottom: 0px; - -moz-margin-start: 3px; - -moz-margin-end: 0px; - padding: 2px; + margin: 0 !important; + -moz-margin-start: 3px !important; + padding: 2px !important; } .find-status-icon[status="notfound"] { @@ -61,19 +59,14 @@ findbar { */ } -.findbar-textbox { - -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox"); - border: none; - margin: 0px; -} - .findbar-textbox[status="notfound"] { - background-color: #FF0000; + -moz-box-shadow: 0 0 0 1em #FF0000 inset; color: #000000; } -findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox { - background-color: #FFCF00; +.findbar-textbox[flash="true"] { + -moz-box-shadow: 0 0 0 1em #FFCF00 inset; + color: #000000; } .find-status-icon[status="wrapped"] { @@ -81,7 +74,3 @@ findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-te list-style-image: url("chrome://global/skin/icons/wrap.png"); */ } - -.find-field-container { - /* -moz-appearance: textfield; */ -} diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index edb546e5..a112b919 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -206,6 +206,11 @@ window:not([active="true"]) menubar > menu { -moz-user-focus: ignore !important; } +toolbar[mode="text"] .toolbarbutton-text { + /* padding: 0 !important; + margin: 3px 5px !important; */ +} + /* ::::: miscellaneous formatting ::::: */ .inset { @@ -262,6 +267,7 @@ separator[orient="vertical"].groove-thin { } .plain { + -moz-appearance: none; margin: 0px !important; border: none; padding: 0px; @@ -316,24 +322,13 @@ description { } .text-link:focus { - color: red; /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; } -.text-link:hover:active { - color: red; -} - -.text-link[visited="true"] { - color: purple; -} - - - /* :::::: autoscroll popup ::::: */ -#autoscroller { +.autoscroller { height: 28px; width: 28px; border: 0px; @@ -344,34 +339,34 @@ description { -moz-appearance: none; } -#autoscroller[scrolldir="NS"] { +.autoscroller[scrolldir="NS"] { background-position: left center; } -#autoscroller[scrolldir="EW"] { +.autoscroller[scrolldir="EW"] { background-position: left bottom; } -#autoscroller[transparent="true"] { +.autoscroller[transparent="true"] { background-position: center top; } -#autoscroller[transparent="true"][scrolldir="NS"] { +.autoscroller[transparent="true"][scrolldir="NS"] { background-position: center center; } -#autoscroller[transparent="true"][scrolldir="EW"] { +.autoscroller[transparent="true"][scrolldir="EW"] { background-position: center bottom; } -#autoscroller[translucent="true"] { +.autoscroller[translucent="true"] { background-position: right top; } -#autoscroller[translucent="true"][scrolldir="NS"] { +.autoscroller[translucent="true"][scrolldir="NS"] { background-position: right center; } -#autoscroller[translucent="true"][scrolldir="EW"] { +.autoscroller[translucent="true"][scrolldir="EW"] { background-position: right bottom; } diff --git a/LCARStrek/global/icons/search.png b/LCARStrek/global/icons/search.png index edf90d6b5d6bf3e991f625090efeb3fcd02d93ad..64f773f1d088af82ecefebb40f6812ef7043c7e4 100644 GIT binary patch delta 105 zcmeyu_=ItSIF|wwGXn!d+H-;UiHf4Uzqc_kw6x5b^MC1Y^Jx>EE%g z3aH9`VyBiNe?kcmCU7LM8o9bOuw*kt2pnVTZcI^pWx&YrZ6=S?&g0)t0TnZNy85}S Ib4q9e08dmSxc~qF delta 121 zcmaFD_=RzTIF|tvGXn!ds-e)4iHf4UCELpxT3Y7J`Tw&>%y^=+1>X%W0bV8DLrXv1 z0;&q1*s0~nu8<>hconO`W`$)%rVmUfHa1=a!bZgg(Gwzqj6!P|6C5SDb=W4gt~kuX YFz3FQgyp-{g+R>=p00i_>zopr0P(si2mk;8 diff --git a/LCARStrek/global/menu.css b/LCARStrek/global/menu.css index 9b60db58..0f78a138 100644 --- a/LCARStrek/global/menu.css +++ b/LCARStrek/global/menu.css @@ -177,15 +177,15 @@ menulist > menupopup > menu { list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif"); } -.menu-right[chromedir="rtl"] { +.menu-right:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/menu/menu-arrow-rtl.gif"); } -.menu-right[chromedir="rtl"][_moz-menuactive="true"] { +.menu-right:-moz-locale-dir(rtl)[_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-hover-rtl.gif"); } -.menu-right[chromedir="rtl"][disabled="true"] { +.menu-right:-moz-locale-dir(rtl)[disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled-rtl.gif"); } diff --git a/LCARStrek/global/printPreview.css b/LCARStrek/global/printPreview.css index 3334388f..8a8456c4 100644 --- a/LCARStrek/global/printPreview.css +++ b/LCARStrek/global/printPreview.css @@ -38,35 +38,35 @@ /* ..... page navigation ..... */ -.home-arrow, .end-arrow[chromedir="rtl"] { +.home-arrow, .end-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif"); } -.home-arrow:hover, .end-arrow[chromedir="rtl"]:hover { +.home-arrow:hover, .end-arrow:-moz-locale-dir(rtl):hover { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end-hover.gif"); } -.end-arrow, .home-arrow[chromedir="rtl"] { +.end-arrow, .home-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif"); } -.end-arrow:hover, .home-arrow[chromedir="rtl"]:hover { +.end-arrow:hover, .home-arrow:-moz-locale-dir(rtl):hover { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end-hover.gif"); } -.left-arrow, .right-arrow[chromedir="rtl"] { +.left-arrow, .right-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif"); } -.left-arrow:hover, .right-arrow[chromedir="rtl"]:hover { +.left-arrow:hover, .right-arrow:-moz-locale-dir(rtl):hover { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-hover.gif"); } -.right-arrow, .left-arrow[chromedir="rtl"] { +.right-arrow, .left-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif"); } -.right-arrow:hover, .left-arrow[chromedir="rtl"]:hover { +.right-arrow:hover, .left-arrow:-moz-locale-dir(rtl):hover { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-hover.gif"); } diff --git a/LCARStrek/global/resizer.css b/LCARStrek/global/resizer.css new file mode 100644 index 00000000..6b12f48b --- /dev/null +++ b/LCARStrek/global/resizer.css @@ -0,0 +1,34 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +resizer[dir="top"], +resizer[dir="bottom"] { + cursor: ns-resize; +} + +resizer[dir="left"], +resizer[dir="right"] { + cursor: ew-resize; +} + +resizer[dir="topleft"] { + cursor: nw-resize; +} + +resizer[dir="bottomright"], +resizer[dir="bottomend"]:-moz-locale-dir(ltr) { + cursor: se-resize; +} + +resizer[dir="topright"] { + cursor: ne-resize; +} + +resizer[dir="bottomleft"], +resizer[dir="bottomend"]:-moz-locale-dir(rtl) { + cursor: sw-resize; +} + +resizer[dir="bottomright"]:-moz-locale-dir(ltr), +resizer[dir="bottomend"] { + /* -moz-appearance: resizer; */ +} diff --git a/LCARStrek/global/scrollbox.css b/LCARStrek/global/scrollbox.css index 0693daa8..2c48f1cb 100644 --- a/LCARStrek/global/scrollbox.css +++ b/LCARStrek/global/scrollbox.css @@ -41,31 +41,31 @@ /* Horizontal enabled */ .autorepeatbutton-up[orient="horizontal"], -.autorepeatbutton-down[chromedir="rtl"][orient="horizontal"], +.autorepeatbutton-down:-moz-locale-dir(rtl)[orient="horizontal"], .scrollbutton-up[orient="horizontal"], -.scrollbutton-down[chromedir="rtl"][orient="horizontal"] { +.scrollbutton-down:-moz-locale-dir(rtl)[orient="horizontal"] { list-style-image: url("chrome://global/skin/arrow/arrow-left.gif"); } .autorepeatbutton-down[orient="horizontal"], -.autorepeatbutton-up[chromedir="rtl"][orient="horizontal"], +.autorepeatbutton-up:-moz-locale-dir(rtl)[orient="horizontal"], .scrollbutton-down[orient="horizontal"], -.scrollbutton-up[chromedir="rtl"][orient="horizontal"] { +.scrollbutton-up:-moz-locale-dir(rtl)[orient="horizontal"] { list-style-image: url("chrome://global/skin/arrow/arrow-right.gif"); } /* Horizontal disabled */ .autorepeatbutton-up[orient="horizontal"][disabled="true"], -.autorepeatbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"], +.autorepeatbutton-down:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"], .scrollbutton-up[orient="horizontal"][disabled="true"], -.scrollbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"] { +.scrollbutton-down:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-left-disabled.gif"); } .autorepeatbutton-down[orient="horizontal"][disabled="true"], -.autorepeatbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"], +.autorepeatbutton-up:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"], .scrollbutton-down[orient="horizontal"][disabled="true"], -.scrollbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"] { +.scrollbutton-up:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-right-disabled.gif"); } diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index f6e270e0..d6a92f34 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -80,7 +80,6 @@ tab { } tab[selected="true"] { - -moz-user-focus: normal; font-weight: bold; background-color: #008484; } diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index d826781d..82271ad0 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -57,7 +57,7 @@ textbox { min-height: 19px; } -textbox[empty="true"] { +textbox[isempty="true"] { color: #6000CF; } @@ -122,8 +122,8 @@ textbox.plain { -moz-image-region: rect(0, 16px, 16px, 0); } -.textbox-search-icon[chromedir="rtl"] { - -moz-image-region: rect(16px, 16px, 32px, 0); +.textbox-search-icon:-moz-locale-dir(rtl) { + -moz-transform: scaleX(-1); } .textbox-search-icon[searchbutton]:not([disabled]) { @@ -132,7 +132,7 @@ textbox.plain { .textbox-search-clear { list-style-image: url("chrome://global/skin/icons/search.png"); - -moz-image-region: rect(32px, 16px, 48px, 0); + -moz-image-region: rect(16px, 16px, 32px, 0); } .textbox-search-clear:not([disabled]) { diff --git a/LCARStrek/global/toolbar/spring.gif b/LCARStrek/global/toolbar/spring.gif deleted file mode 100644 index 9e4512347c373c68153f88622847113be8a2bec8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 169 zcmZ?wbhEHbRA5kGc+AHD1dI#}iXsfE;tcu<3~9a$8U75b+8B0BWH>UL;n@y`*ZUd% zpJ(`gk?lVi=zw&9^fIu-37qg;z1QOP+1>vWH2P99=VfTIb}eVQd(hxsO~z51>s5)I zym!|rr|wA#crCm1$#S~as7J~<;a_rRge4J+UM R*i(1@{qO$`jWU7^)&P;4LskF) diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 7240c3db..8bb5d53c 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -324,20 +324,22 @@ treecol[dragging="true"] { color: #000000; } -treecol[insertafter="true"] { +tree:-moz-locale-dir(ltr) treecol[insertafter="true"], +tree:-moz-locale-dir(rtl) treecol[insertbefore="true"] { border-right: 1px solid #FFCF00; } -treecol[insertbefore="true"] { +tree:-moz-locale-dir(rtl) treecol[insertafter="true"], +tree:-moz-locale-dir(ltr) treecol[insertbefore="true"] { border-left: 1px solid #FFCF00; } treechildren::-moz-tree-column(insertbefore) { - border-left: 1px solid #FFCF00; + -moz-border-start: 1px solid #FFCF00; } treechildren::-moz-tree-column(insertafter) { - border-right: 1px solid #FFCF00; + -moz-border-end: 1px solid #FFCF00; } /* ::::: sort direction indicator ::::: */ diff --git a/LCARStrek/messenger/mailWindow1.css b/LCARStrek/messenger/mailWindow1.css index 9bdefbb7..757f1dd9 100644 --- a/LCARStrek/messenger/mailWindow1.css +++ b/LCARStrek/messenger/mailWindow1.css @@ -88,12 +88,12 @@ } .folderview-cycler[dir="prev"], -.folderview-cycler[dir="next"][chromedir="rtl"] { +.folderview-cycler[dir="next"]:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left.gif"); } .folderview-cycler[dir="next"], -.folderview-cycler[dir="prev"][chromedir="rtl"] { +.folderview-cycler[dir="prev"]:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right.gif"); } diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 698e4772..79852879 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -91,10 +91,6 @@ richlistitem[selected="true"] .text-link { margin-bottom: 2px; } -richlistitem[selected="true"]:not([opType]) .descriptionCrop { - display: none; -} - .addonName { font-weight: bold; } @@ -150,23 +146,6 @@ richlistitem .notifyBadge { -moz-margin-start: -2px; } -.updateBadge, -.updateAvailableBox, -.notifyBadge { - display: none; -} - -richlistitem[availableUpdateURL][updateable="true"] .updateBadge, -richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox, -richlistitem[compatible="false"] .notifyBadge, -richlistitem[providesUpdatesSecurely="false"] .notifyBadge, -richlistitem[blocklisted="true"] .notifyBadge, -richlistitem[blocklistedsoft="true"] .notifyBadge, -richlistitem[satisfiesDependencies="false"] .notifyBadge { - display: -moz-box; -} - - /* Selected Add-on buttons See content/extensions.css to hide / display buttons */ .selectedButtons { @@ -191,23 +170,7 @@ richlistitem[satisfiesDependencies="false"] .notifyBadge { -moz-margin-start: 5px; } -/* Selected Add-on status messages and images */ -richlistitem[compatible="true"] .incompatibleBox, -richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox, -richlistitem[satisfiesDependencies="true"] .needsDependenciesBox, -richlistitem:not([blocklisted="true"]):not([blocklistedsoft="true"]) .blocklistedBox, -richlistitem[blocklistedsoft="false"]:not([selected="true"]) .blocklistedBox, -richlistitem[blocklisted="false"] .blocklistedLabel, -richlistitem[blocklistedsoft="false"] .softBlocklistedLabel, -richlistitem[opType="needs-uninstall"] .blocklistedBox, -richlistitem[opType="needs-uninstall"] .incompatibleBox, -richlistitem[opType="needs-uninstall"] .needsDependenciesBox, -richlistitem[opType="needs-uninstall"] .blocklistedBox { - display: none; -} - richlistitem[loading="true"] .updateBadge { - display: -moz-box; width: 16px; height: 16px; margin-bottom: -3px; @@ -237,10 +200,6 @@ richlistitem[loading="true"] .updateBadge { border: none; } -richlistitem[opType="needs-uninstall"] .notifyBadge { - display: none; -} - .addon-search-details { margin-top: 5px; margin-bottom: 5px; @@ -270,17 +229,12 @@ richlistitem[opType="needs-uninstall"] .notifyBadge { list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png"); } -.addonRating { - display: none; -} - .addonLearnMore { margin-top: 4px; margin-bottom: 4px; } .addonRating[rating] { - display: -moz-box; width: 68px; height: 12px; list-style-image: url("chrome://mozapps/skin/extensions/ratings.png"); @@ -356,16 +310,18 @@ vbox[typeName="status"][type="header-recommended"] { -moz-box-align: center; } -/* View buttons */ -.viewSelector { +/* View buttons resp. Progress box */ +#topBar { border-bottom: 1px solid #9C9CFF; - margin: 0px; padding-bottom: 3px; - -moz-padding-start: 10px; background-color: #000000; color: #FF9F00; } +#viewGroup { + -moz-padding-start: 10px; +} + #viewGroup radio { -moz-border-radius: 5px; margin: 0px; diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css index c67c0a0e..4ce1e452 100644 --- a/LCARStrek/mozapps/update/updates.css +++ b/LCARStrek/mozapps/update/updates.css @@ -26,12 +26,8 @@ link > label { text-decoration: underline !important; } -link:hover:active { - color: red; -} - link:focus { - border: 1px dotted black; + border: 1px dotted #000000; } remotecontent { -- 2.35.3