some LCARStrek cleanup
[themes.git] / LCARStrek / navigator / navigator.css
index e138e657987bdba4494652ee6db7db89034144a2..fd3888cc801fadbf35a018c88506bb134db3275e 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 {
@@ -214,8 +218,12 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 }
 
 #urlbar {
-  -moz-border-radius: 5px;
-  border: 1px solid #9C9CFF;
+  -moz-border-radius: 3px;
+  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