From: Robert Kaiser Date: Fri, 17 Oct 2008 21:46:45 +0000 (+0200) Subject: more 2.0a1 improvements for LCARStrek X-Git-Tag: LCARStrek-2.0a1~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=31e46317376d8a241d13edee5fe9fdf5815be034 more 2.0a1 improvements for LCARStrek --- diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index 3e9c7805..99ed1456 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -88,11 +88,11 @@ tab[selected="true"] { tab:hover { background-color: #FFCF00; color: #000000; - text-decoration: underline; } tab:hover:active { - text-decoration: none; + background-color: #FF9F00; + color: #000000; } tab:focus > .tab-middle { diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 2469e66c..82fda3c5 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -427,12 +427,12 @@ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) { } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) { - background-color: #E7ADE7; + background-color: #008484; color: #000000; } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) { - background-color: #E7ADE7; + background-color: #008484; color: #000000; } diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index c2eea513..190b782f 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -299,11 +299,17 @@ toolbar[toolbarmode="small"] > toolbargrippy { font-weight: bold; } +/* ::::: throbber ::::: */ + +#throbber-box { + -moz-margin-start: 2px; +} + /* ::::: security button ::::: */ #security-button { list-style-image:url("chrome://communicator/skin/icons/lock-insecure.gif"); - margin-left: 2px; + -moz-margin-start: 2px; } /* |high| and |low| styles could be different, to better reflect the secure level... */ diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index a8e41813..397fec5f 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -38,7 +38,6 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .tabbrowser-strip { - padding-bottom: 1px; border-bottom: 1px solid #FF9F00; } @@ -87,6 +86,11 @@ tabbrowser > tabbox > tabpanels { margin: 0; } +.tabs-closebutton:hover, +.tabs-closebutton:hover:active { + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); +} + .tabs-newbutton { margin: 0px; margin-top: 2px;