Bug 1385902 - Extend the width of preferences search field r?mconley draft
authorRicky Chien <ricky060709@gmail.com>
Tue, 01 Aug 2017 14:02:19 +0800
changeset 618846 d083b64629a8adc3f0526ce12dde15b1f1ffa12b
parent 618757 44121dbcac6a9d3ff18ed087a09b3205e5a04db1
child 640197 87878eff86b80b57095dfd3ec0d99121a1edc9d4
push id71471
push userbmo:rchien@mozilla.com
push dateTue, 01 Aug 2017 06:03:16 +0000
reviewersmconley
bugs1385902
milestone56.0a1
Bug 1385902 - Extend the width of preferences search field r?mconley MozReview-Commit-ID: 25OTYMV1dgb
browser/themes/shared/incontentprefs/preferences.inc.css
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -653,19 +653,24 @@ groupbox {
   position: sticky;
   background-color: var(--in-content-page-background);
   width: 100%;
   top: 0;
   z-index: 1;
 }
 
 #searchInput {
+  width: 230px;
   margin: 20px 0;
 }
 
+#searchInput .textbox-search-icons:not([selectedIndex="1"]) {
+  display: none;
+}
+
 .search-tooltip {
   font-size: 1.25rem;
   position: absolute;
   padding: 0 10px;
   background-color: #ffe900;
   border: 1px solid #d7b600;
   -moz-user-select: none;
   bottom: 35px;