last changes for RC2
[themes.git] / LCARStrek / navigator / navigator.css
index e138e657987bdba4494652ee6db7db89034144a2..b23a948336303661a019ba545cf91a0ec422810c 100644 (file)
   list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important;
 }
 
+#clear-button {
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}
+
+#clear-button:hover {
+  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
+}
+
 /* Hides text below the above buttons */
 .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text,
 .toolbarbutton-1 > .toolbarbutton-text {
@@ -210,12 +218,14 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #nav-bar-inner {
   padding-left: 0px;
   min-width: 0px;
-  margin: 7px 4px 8px 4px; 
+  margin: 6px 4px 7px 4px; 
 }
 
 #urlbar {
-  -moz-border-radius: 5px;
-  border: 1px solid #9C9CFF;
+  -moz-border-top-colors: transparent #9C9CFF;
+  -moz-border-right-colors: transparent #9C9CFF;
+  -moz-border-bottom-colors: transparent #9C9CFF;
+  -moz-border-left-colors: transparent #9C9CFF;
   background-color: #000000;
   margin: 0px 7px 0px 0px;
 }
@@ -230,7 +240,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 }
 
 #page-proxy-deck {
-  cursor: grab;
+  cursor: -moz-grab;
   margin: 1px 1px 1px 2px;
 }                                                                               
 
@@ -282,7 +292,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 
 #search-button, 
 #go-button {
-  margin: 0px 3px 0px 0px;
+  margin: 1px 3px 1px 0px;
 /*  min-height: 25px; */
   font-weight: bold;
   background-color: #000000;
@@ -333,4 +343,4 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #status-bar {
   border-top: none;
 }
-*/
+*/
\ No newline at end of file