From 31e46317376d8a241d13edee5fe9fdf5815be034 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 17 Oct 2008 23:46:45 +0200 Subject: [PATCH] more 2.0a1 improvements for LCARStrek --- LCARStrek/global/tabbox.css | 4 ++-- LCARStrek/global/tree.css | 4 ++-- LCARStrek/navigator/navigator.css | 8 +++++++- LCARStrek/navigator/tabbrowser.css | 6 +++++- 4 files changed, 16 insertions(+), 6 deletions(-) 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; -- 2.35.3