firstst part of syncing LCARStrek with Firefox 53 browser windows theme changes
[themes.git] / LCARStrek / browser / searchbar.css
index 84940d5cce9f2608c45082ff4c7380226c7be0ac..e457a75608cb948ff15de62491ce38975fa081a3 100644 (file)
@@ -2,9 +2,15 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-.searchbar-dropmarker-image {
-  --searchbar-dropmarker-url: url("chrome://global/skin/arrow/arrow-down.gif");
-  --searchbar-dropmarker-hover-url: url("chrome://global/skin/arrow/arrow-down-hover.gif");
+#PopupSearchAutoComplete {
+  /* 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 {
 .searchbar-engine-image {
   height: 16px;
   width: 16px;
-  list-style-image: url("chrome://global/skin/filepicker/file.gif");
-  -moz-margin-start: 2px;
+  list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
+  margin-inline-start: -1px;
 }
 
-.searchbar-engine-button {
-  min-width: 0;
-  margin: 0;
-  padding: 0;
-  -moz-padding-end: 2px;
-  -moz-box-align: center;
-  background: none;
-  border: none;
-  border-radius: 3px 0px 0px 3px;
-}
-
-.searchbar-engine-button:-moz-locale-dir(rtl) {
-  border-radius: 0px 3px 3px 0px;
-}
-
-.searchbar-engine-button:hover {
-  background-color: #FFCF00;
-}
-
-.searchbar-engine-button[open="true"] {
-  background-color: #FF9F00;
-}
-
-.searchbar-engine-button > .button-box {
-  padding: 0;
-  border: 0;
-}
-
-.searchbar-dropmarker-image {
-  list-style-image: var(--searchbar-dropmarker-url);
-}
-
-.searchbar-engine-button:hover > .searchbar-dropmarker-image,
-.searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
-  list-style-image: var(--searchbar-dropmarker-hover-url);
-}
-
-
 /* ::::: search-go-button ::::: */
 
 .search-go-container {
@@ -70,8 +38,9 @@
 
 .search-go-button {
   padding: 1px;
-  list-style-image: url("chrome://global/skin/icons/search.png");
-  -moz-image-region: rect(0, 16px, 16px, 0);
+  list-style-image: url("chrome://browser/skin/reload-stop-go.png");
+  -moz-image-region: rect(0, 42px, 14px, 28px);
+  width: 14px;
 }
 
 .search-go-button:-moz-locale-dir(rtl) {
 }
 
 .search-go-button:hover {
+  -moz-image-region: rect(14px, 42px, 28px, 28px);
 }
 
 .search-go-button:hover:active {
+  -moz-image-region: rect(14px, 42px, 28px, 28px);
 }
 
-.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
-  font-weight: bold;
-}
-
-
 .searchbar-search-button-container {
   -moz-box-align: center;
-  padding: 3px 4px;
-  -moz-padding-end: 2px;
 }
 
 .searchbar-search-button {
   list-style-image: url("chrome://browser/skin/search-indicator.png");
   -moz-image-region: rect(0, 20px, 20px, 0);
-  margin: -2px -2px;
+  margin-top: 1px;
+  margin-bottom: 1px;
+  margin-inline-start: 4px;
   border-radius: 3px;
 }
 
+.searchbar-search-button[addengines="true"] {
+  list-style-image: url("chrome://browser/skin/search-indicator-badge-add.png");
+}
+
 .searchbar-search-button:hover,
 .searchbar-search-button:hover:active {
   -moz-image-region: rect(0, 40px, 20px, 20px);
   background-color: #FFCF00;  
 }
 
-searchbar[oneoffui] .search-go-button {
-  list-style-image: url("chrome://browser/skin/reload-stop-go.png");
-  -moz-image-region: rect(0, 42px, 14px, 28px);
-}
+@media (min-resolution: 1.1dppx) {
+  .search-go-button {
+    list-style-image: url("chrome://browser/skin/reload-stop-go@2x.png");
+    -moz-image-region: rect(0, 84px, 28px, 56px);
+  }
 
-searchbar[oneoffui] .search-go-button:hover {
-  -moz-image-region: rect(14px, 42px, 28px, 28px);
-}
+  .search-go-button:hover {
+    -moz-image-region: rect(28px, 84px, 56px, 56px);
+  }
 
-searchbar[oneoffui] .search-go-button:hover:active {
-  -moz-image-region: rect(28px, 42px, 42px, 28px);
+  .search-go-button:hover:active {
+    -moz-image-region: rect(56px, 84px, 84px, 56px);
+  }
 }
 
-searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
-  transform: scaleX(-1);
+.search-panel-current-engine {
+  -moz-box-align: center;
 }
 
+/**
+ * The borders of the various elements are specified as follows.
+ *
+ * The current engine always has a bottom border.
+ * The search results never have a border.
+ *
+ * When the search results are not collapsed:
+ * - The elements underneath the search results all have a top border.
+ *
+ * When the search results are collapsed:
+ * - The elements underneath the search results all have a bottom border, except
+ *   the lowest one: search-setting-button.
+ */
 
 .search-panel-current-engine {
   border-top: none !important;
-  border-bottom: 1px solid #9C9CFF;
-  -moz-box-align: center;
+  border-bottom: 1px solid var(--panel-separator-color) !important;
+}
+
+.search-panel-tree[collapsed=true] + .search-one-offs > .search-panel-header,
+.search-panel-tree[collapsed=true] + .search-one-offs > .search-panel-one-offs,
+.search-panel-tree[collapsed=true] + .search-one-offs > vbox > .addengine-item:first-of-type {
+  border-top: none !important;
+}
+
+.search-panel-tree[collapsed=true] + .search-one-offs > .searchbar-engine-one-off-item,
+.search-panel-tree[collapsed=true] + .search-one-offs > .search-panel-current-input,
+.search-panel-tree[collapsed=true] + .search-one-offs > .search-panel-one-offs,
+.search-panel-tree[collapsed=true] + .search-one-offs > vbox > .addengine-item:last-of-type {
+  border-bottom: 1px solid var(--panel-separator-color) !important;
 }
 
 .search-panel-header {
   font-weight: normal;
   background-color: #A09090;
-  border-top: 1px solid #9C9CFF;
+  border-top: 1px solid #000000;
   margin: 0;
   padding: 3px 6px;
   color: #000000;
@@ -146,12 +143,15 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
 }
 
 .search-panel-input-value {
-  color: black;
+  color: #E7ADE7;
+  background-color: #000000;
+  padding: 1px 2px;
 }
 
 .search-panel-one-offs {
-  margin: 0 0 !important;
-  border-top: 1px solid #9C9CFF;
+  margin: 0 !important;
+  border-top: 1px solid #000000;
+  line-height: 0;
 }
 
 .searchbar-engine-one-off-item {
@@ -160,32 +160,45 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
   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: padding-box;
-  border-bottom: 1px solid #9C9CFF;
+  box-sizing: content-box;
+  border-bottom: 1px solid var(--panel-separator-color);
+}
+
+.search-setting-button-compact {
+  border-bottom: none !important;
 }
 
-.searchbar-engine-one-off-item.last-of-row {
+.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:hover:not(.dummy),
 .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 {
@@ -200,7 +213,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
 .addengine-item {
   border: none;
 /*  height: 32px;*/
-  margin: 0 0;
+  margin: 0;
   padding: 0 10px;
   border-radius: 0;
 }
@@ -210,52 +223,89 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
 }
 
 .addengine-item:first-of-type {
-  border-top: 1px solid #9C9CFF;
+  border-top: 1px solid #000000;
 }
 
-.addengine-item:hover {
+.addengine-item[selected] {
   background-color: #FFCF00;
   color: #000000;
 }
 
-.addengine-item > .button-box > .button-icon {
+.addengine-item[type=menu][selected] {
+  color: inherit;
+  background-color: var(--arrowpanel-dimmed-further);
+}
+
+.addengine-icon {
   height: 16px;
   width: 16px;
 }
 
-.addengine-item > .button-box > .button-text {
+.addengine-badge {
+  width: 16px;
+  height: 16px;
+  margin: -7px -9px 7px 9px;
+  list-style-image: url("chrome://browser/skin/badge-add-engine.png");
+}
+
+.addengine-item > .button-box > .button-text,
+.addengine-item[type=menu] > .button-box > .box-inherit > .button-text {
   -moz-box-flex: 1;
   text-align: start;
-  -moz-padding-start: 10px;
+  padding-inline-start: 10px;
 }
 
 .addengine-item:not([image]) {
   list-style-image: url("chrome://browser/skin/search-engine-placeholder.png");
 }
 
-searchbar[oneoffui] .searchbar-engine-button {
-  display: none;
+.addengine-item[type=menu] > .button-box > .button-menu-dropmarker {
+  display: -moz-box;
+/*  -moz-appearance: menuarrow !important;*/
+  list-style-image: none;
 }
 
 .search-panel-tree > .autocomplete-treebody::-moz-tree-cell {
-  -moz-padding-start: 15px;
+  padding-inline-start: 15px;
   border-top: none !important;
 }
 
-searchbar[oneoffui] .searchbar-engine-image {
-  -moz-margin-start: -1px;
+.search-panel-tree > .autocomplete-treebody::-moz-tree-cell-text {
+  padding-inline-start: 4px;
+}
+
+.search-panel-tree > .autocomplete-treebody::-moz-tree-image {
+  padding-inline-start: 5px;
+  width: 14px;
+  height: 14px;
+}
+
+.search-panel-tree > .autocomplete-treebody::-moz-tree-image(fromhistory) {
+  list-style-image: url("chrome://browser/skin/search-history-icon.svg#search-history-icon");
+}
+
+.search-panel-tree > .autocomplete-treebody::-moz-tree-image(fromhistory, selected) {
+  list-style-image: url("chrome://browser/skin/search-history-icon.svg#search-history-icon-active");
 }
 
 .search-setting-button {
-  border-bottom: none;
-  border-left: none;
-  border-right: none;
   border-radius: 0;
-  -moz-border-top-colors: none;
+  background-color: #C09070;
 /*  min-height: 32px;*/
 }
 
-.search-setting-button:hover {
+.search-setting-button[selected] {
   background-color: #FFCF00;
-  border-top-color: #9C9CFF;
+  border-top-color: #000000;
+}
+
+.search-setting-button-compact > .button-box > .button-icon {
+  list-style-image: url("chrome://browser/skin/gear.svg");
+  filter: url(chrome://global/skin/filters.svg#fill);
+  fill: currentColor;
+}
+
+.search-setting-button-compact:hover {
+  background-color: #FFCF00;
+  color: #000000;
 }