keep up with Classic development
[themes.git] / LCARStrek / global / autocomplete.css
index eba8b6ce0a1e2db68a31af7f7374dbc1e0d2c260..862405f828623505dc808352cb87ac87b61eb528 100644 (file)
@@ -36,7 +36,6 @@
  * ***** END LICENSE BLOCK ***** */
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-@namespace html url("http://www.w3.org/1999/xhtml");
 
 /* ===== autocomplete.css =================================================
   == Styles used by the autocomplete widget.
 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 ::::: */
@@ -62,17 +61,16 @@ textbox {
   -moz-box-align: center;
   -moz-box-pack: center;
   min-width: 15px;
-  min-height: 15px; 
+  min-height: 15px;
   border: none;
   border-left: 1px solid #9C9CFF;
   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,
-.autocomplete-history-dropmarker[buttonover="true"] {
+.autocomplete-history-dropmarker:hover {
   background-color: #FFCF00;
   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
 }
@@ -109,14 +107,14 @@ textbox {
   padding: 0px !important;
 }
 
-.autocomplete-treebody:-moz-tree-cell-text {
+.autocomplete-treebody::-moz-tree-cell-text {
   padding-left: 8px;
 }
 
-.autocomplete-treebody:-moz-tree-row(menuactive) {
+.autocomplete-treebody::-moz-tree-row(menuactive) {
   background-color: #FFCF00;
 }
 
-.autocomplete-treebody:-moz-tree-cell-text(menuactive) {
+.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
   color: #000000 !important;
 }