more 2.0a1 improvements for LCARStrek
authorRobert Kaiser <robert@notebook.box.kairo.at>
Fri, 17 Oct 2008 21:46:45 +0000 (23:46 +0200)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Fri, 17 Oct 2008 21:46:45 +0000 (23:46 +0200)
LCARStrek/global/tabbox.css
LCARStrek/global/tree.css
LCARStrek/navigator/navigator.css
LCARStrek/navigator/tabbrowser.css

index 3e9c7805aeedd075aec1e3f82d346526f460205d..99ed145615ca65e082e572904e78590b7b5597bb 100644 (file)
@@ -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 {
index 2469e66c16ff4ab7768f1f4ac50c43c1151a48dd..82fda3c561219e8af18785a1a53aa3203f7d3b4a 100644 (file)
@@ -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;
 }
 
index c2eea513352d6b90095af261cf4cf82258e98d54..190b782f0c4d0d2e8ef9ada1e5c8d6b0c21886e0 100644 (file)
@@ -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... */
index a8e418138d497b859114202c9d74bb1dd73ec353..397fec5f92b7e328f534c1ece0107cac210e7abc 100644 (file)
@@ -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;