some LCARStrek cleanup
[themes.git] / LCARStrek / global / autocomplete.css
index eba8b6ce0a1e2db68a31af7f7374dbc1e0d2c260..025a4cc6a88f1b3509b8eec62c57afa2a01cb502 100644 (file)
 textbox {
   cursor: default;
   padding: 0px;
-  -moz-border-radius: 5px;
+  -moz-border-radius: 3px;
 }
 
 .textbox-input-box {
   margin: 0 3px;
   -moz-box-align: center;
-  -moz-border-radius: 5px;
+  -moz-border-radius: 3px;
 }
 
 /* ::::: history button ::::: */
@@ -68,7 +68,7 @@ textbox {
   background-color: #000000;
   padding: 1px;
   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
-  -moz-border-radius: 0px 5px 5px 0px;
+  -moz-border-radius: 0px 3px 3px 0px;
 }
 
 .autocomplete-history-dropmarker:hover,
@@ -119,4 +119,4 @@ textbox {
 
 .autocomplete-treebody:-moz-tree-cell-text(menuactive) {
   color: #000000 !important;
-}
+}
\ No newline at end of file