keeping up with Classic, making textboxes size and look better
[themes.git] / LCARStrek / navigator / navigator.css
index e138e657987bdba4494652ee6db7db89034144a2..ef67fd953727b4511da17d4188ab5e6315dba4dd 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 {
@@ -215,7 +219,11 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 
 #urlbar {
   -moz-border-radius: 5px;
-  border: 1px solid #9C9CFF;
+  border: 1px solid;
+  -moz-border-top-colors: #9C9CFF;
+  -moz-border-right-colors: #9C9CFF;
+  -moz-border-bottom-colors: #9C9CFF;
+  -moz-border-left-colors: #9C9CFF;
   background-color: #000000;
   margin: 0px 7px 0px 0px;
 }
@@ -333,4 +341,4 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #status-bar {
   border-top: none;
 }
-*/
+*/
\ No newline at end of file