second part of syncing LCARStrek with Firefox 55 browser windows theme changes
[themes.git] / EarlyBlue / global / autocomplete.css
index 4cba2cba1f0afb0ac9855061292ac89f782eec5e..9c026d45a44d463468ffd15d8181fedc0fa3e5ab 100644 (file)
@@ -48,8 +48,8 @@ textbox:not(.padded) .textbox-input-box {
   border: 1px inset #CCD0DD;
   padding-top: 2px;
   padding-bottom: 0;
-  -moz-padding-start: 2px;
-  -moz-padding-end: 0;
+  padding-inline-start: 2px;
+  padding-inline-end: 0;
 }
 
 /* ::::: autocomplete popups ::::: */
@@ -86,7 +86,7 @@ panel[type="autocomplete-richlistbox"],
 }
 
 .autocomplete-treebody::-moz-tree-cell-text {
-  -moz-padding-start: 8px;
+  padding-inline-start: 8px;
 }
 
 .autocomplete-treebody::-moz-tree-row(selected) {
@@ -112,13 +112,18 @@ panel[type="autocomplete-richlistbox"],
   overflow-x: hidden !important;
 }
 
+.autocomplete-richlistitem[selected] {
+  background-color: #336699;
+  color: white;
+}
+
 .ac-type-icon {
   width: 16px;
   height: 16px;
   max-width: 16px;
   max-height: 16px;
-  -moz-margin-start: 14px;
-  -moz-margin-end: 6px;
+  margin-inline-start: 14px;
+  margin-inline-end: 6px;
 }
 
 .ac-site-icon {
@@ -126,44 +131,29 @@ panel[type="autocomplete-richlistbox"],
   height: 16px;
   max-width: 16px;
   max-height: 16px;
-  -moz-margin-start: 0px;
-  -moz-margin-end: 11px;
-  list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
-}
-/*
-.ac-site-icon[selected] {
-  list-style-image: url("chrome://mozapps/skin/places/defaultFavicon-inverted.png");
-}
-*/
-@media (min-resolution: 1.1dppx) {
-  .ac-site-icon {
-    list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png");
-  }
-  /*
-  .ac-site-icon[selected] {
-    list-style-image: url("chrome://mozapps/skin/places/defaultFavicon-inverted@2x.png");
-  }
-  */
+  margin-inline-start: 0px;
+  margin-inline-end: 11px;
+  list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
 }
 
 .ac-title {
-  -moz-margin-start: 0;
-  -moz-margin-end: 6px;
+  margin-inline-start: 0;
+  margin-inline-end: 6px;
 }
 
 html|span.ac-tag {
-  -moz-margin-start: 0;
-  -moz-margin-end: 2px;
+  margin-inline-start: 0;
+  margin-inline-end: 2px;
 }
 
 .ac-tags {
-  -moz-margin-start: 0;
-  -moz-margin-end: 4px;
+  margin-inline-start: 0;
+  margin-inline-end: 4px;
 }
 
 .ac-separator {
-  -moz-margin-start: 0;
-  -moz-margin-end: 6px;
+  margin-inline-start: 0;
+  margin-inline-end: 6px;
 }
 
 /* Better align the URL/action with the title. */