third and last part of syncing LCARStrek with Firefox 51 browser windows theme changes
[themes.git] / LCARStrek / browser / searchbar.css
index 92b73dddd9182558524a3160dc01ad8cd40349c8..01d2d130d6fd9e9e77173129ce8a4aec0f63238c 100644 (file)
@@ -3,7 +3,14 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #PopupSearchAutoComplete {
-  -moz-margin-start: -25px;
+  /* JS code forces the panel to have the width of the searchbar rather than
+   * the width of the textfield. Alignment of the panel with the searchbar is
+   * obtained with negative margins here: margin-inline-start when the text
+   * field is in the same direction as the rest of the UI, margin-inline-end
+   * when the textfield's direction has been reversed.
+   * (eg. using ctrl+shift+X) */
+  margin-inline-start: -25px;
+  margin-inline-end: -18px;
 }
 
 .autocomplete-textbox-container {
@@ -19,8 +26,8 @@
 .searchbar-engine-image {
   height: 16px;
   width: 16px;
-  list-style-image: url("chrome://global/skin/filepicker/file.gif");
-  -moz-margin-start: -1px;
+  list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
+  margin-inline-start: -1px;
 }
 
 /* ::::: search-go-button ::::: */
@@ -36,8 +43,7 @@
   width: 14px;
 }
 
-.search-go-button:-moz-locale-dir(rtl),
-.search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
+.search-go-button:-moz-locale-dir(rtl) {
   transform: scaleX(-1);
 }
 
@@ -58,7 +64,7 @@
   -moz-image-region: rect(0, 20px, 20px, 0);
   margin-top: 1px;
   margin-bottom: 1px;
-  -moz-margin-start: 4px;
+  margin-inline-start: 4px;
   border-radius: 3px;
 }
 
 }
 
 .search-panel-tree {
-  border-top: 1px solid #A09090 !important;
+  border-top: 1px solid var(--panel-separator-color) !important;
 }
 
 .search-panel-header {
 }
 
 .search-panel-input-value {
-  color: black;
+  color: #E7ADE7;
 }
 
 .search-panel-one-offs {
-  margin: 0 !important;
+  margin: 0 !important;
   border-top: 1px solid #000000;
   line-height: 0;
 }
   border-radius: 0;
   min-width: 48px;
   height: 32px;
-  margin: 0 0;
-  padding: 0 0;
-  background: none;
-  background-image: url('chrome://browser/skin/search-oneoff-bg-border.png');
+  margin: 0;
+  padding: 0;
+  background: linear-gradient(transparent 15%, var(--panel-separator-color) 15%, var(--panel-separator-color) 85%, transparent 85%);
+  background-size: 1px auto;
   background-repeat: no-repeat;
   background-position: right center;
+  color: #A09090;
+}
+
+.searchbar-engine-one-off-item:-moz-locale-dir(rtl) {
+  background-position: left center;
 }
 
 .searchbar-engine-one-off-item:not(.last-row) {
   box-sizing: content-box;
-  border-bottom: 1px solid #9C9CFF;
+  border-bottom: 1px solid var(--panel-separator-color);
 }
 
-.searchbar-engine-one-off-item.last-of-row {
+.search-setting-button-compact {
+  border-bottom: none !important;
+}
+
+.search-panel-one-offs:not([compact=true]) > .searchbar-engine-one-off-item.last-of-row,
+.search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.last-of-row:not(.dummy),
+.search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.dummy:not(.last-of-row),
+.search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.last-engine,
+.search-setting-button-compact {
   background-image: none;
 }
 
 .searchbar-engine-one-off-item[selected] {
   background-color: #008484;
   background-image: none;
+  color: #000000;
 }
 
 .searchbar-engine-one-off-item > .button-box {
   border: none;
-  padding: 0 0;
+  padding: 0;
 }
 
 .searchbar-engine-one-off-item > .button-box > .button-text {
 .addengine-item {
   border: none;
 /*  height: 32px;*/
-  margin: 0 0;
+  margin: 0;
   padding: 0 10px;
   border-radius: 0;
 }
 .addengine-item > .button-box > .button-text {
   -moz-box-flex: 1;
   text-align: start;
-  -moz-padding-start: 10px;
+  padding-inline-start: 10px;
 }
 
 .addengine-item:not([image]) {
 }
 
 .search-panel-tree > .autocomplete-treebody::-moz-tree-cell {
-  -moz-padding-start: 15px;
+  padding-inline-start: 15px;
   border-top: none !important;
 }
 
 .search-panel-tree > .autocomplete-treebody::-moz-tree-cell-text {
-  -moz-padding-start: 4px;
+  padding-inline-start: 4px;
 }
 
 .search-panel-tree > .autocomplete-treebody::-moz-tree-image {
-  -moz-padding-start: 5px;
+  padding-inline-start: 5px;
   width: 14px;
   height: 14px;
 }
 }
 
 .search-setting-button {
-  border-bottom: none;
-  border-left: none;
-  border-right: none;
   border-radius: 0;
   background-color: #C09070;
-  -moz-border-top-colors: none;
 /*  min-height: 32px;*/
 }
 
   background-color: #FFCF00;
   border-top-color: #000000;
 }
+
+.search-setting-button-compact > .button-box > .button-icon {
+  list-style-image: url("chrome://browser/skin/gear.svg");
+  filter: url(chrome://browser/skin/filters.svg#fill);
+  fill: currentColor;
+}
+
+.search-setting-button-compact:hover {
+  background-color: #FFCF00;
+  color: #000000;
+}