enlarge the urlbar radius to fit better with the buttons around it
[themes.git] / LCARStrek / navigator / navigator.css
index c2eea513352d6b90095af261cf4cf82258e98d54..667a26e060abf7ed580fd42a07df07d9221c3679 100644 (file)
@@ -209,6 +209,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 }
 
 #urlbar {
+  -moz-border-radius: 5px;
   outline: none;
   border: 1px solid #9C9CFF;
   background-color: #000000;
@@ -279,6 +280,15 @@ toolbar[toolbarmode="small"] > toolbargrippy {
   margin-right: 4px;
 }
 
+.autocomplete-history-dropmarker:hover {
+  background-color: #FFCF00;
+}
+
+.autocomplete-history-dropmarker:hover:active,
+.autocomplete-history-dropmarker[open="true"] {
+  background-color: #FF9F00;
+}
+
 /* ::::: go and searchbuttons ::::: */
 
 #search-button,
@@ -299,11 +309,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... */