keeping up with classic trunk changes, resizing tab icon to 16x16 again
[themes.git] / EarlyBlue / navigator / navigator.css
index 0b48ec7c2d9ce5155e90bc942d9af87f70abb6ad..899a2be9e60a355b83e732312171b3e6f696c2e9 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");
+}
+
 /* Hides text below the above buttons */
 .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text,
 .toolbarbutton-1 > .toolbarbutton-text {
@@ -165,11 +169,15 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #nav-bar-inner {
   padding-left: 0px;
   min-width: 0px;
-  margin: 7px 4px 8px 4px; 
+  margin: 7px 4px 8px 4px;
 }
   
 #urlbar {
-  border: 1px inset #CCD0DD;
+  border: 1px solid;
+  -moz-border-top-colors: #71737A;
+  -moz-border-right-colors: #EFF0F4;
+  -moz-border-bottom-colors: #EFF0F4;
+  -moz-border-left-colors: #71737A;
   margin: 0px 7px 0px 0px;
 }  
 
@@ -183,7 +191,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 }
 
 #page-proxy-deck {
-  cursor: grab;
+  cursor: -moz-grab;
   margin: 1px 1px 1px 2px;
 }
 
@@ -283,4 +291,4 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #status-bar {
   border-top: none;
 }
-*/
+*/
\ No newline at end of file