Bug 1360532 - Hover state is not applied on the "Search" field r?mconley draft
authorRicky Chien <ricky060709@gmail.com>
Wed, 03 May 2017 18:33:09 +0800
changeset 571861 4e74ba6a773e35d367c4236ffbb87a39c2f09911
parent 571808 82c2d17e74ef9cdf38a5d5ac4eb3ae846ec30ba4
child 626891 dc7e486b69d059873762ca3106175f6ce6381877
push id56930
push userbmo:rchien@mozilla.com
push dateWed, 03 May 2017 10:33:43 +0000
reviewersmconley
bugs1360532
milestone55.0a1
Bug 1360532 - Hover state is not applied on the "Search" field r?mconley MozReview-Commit-ID: 8JskR4EF1Be
browser/themes/shared/incontentprefs/preferences.inc.css
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -48,16 +48,25 @@ treecol {
   font-weight: normal;
   white-space: nowrap;
 }
 
 .accessory-button {
   min-width: 145px;
 }
 
+/* Override search textbox highlight color */
+.main-content textbox[type="search"]:hover {
+  border-color: #6a6868;
+}
+
+.main-content textbox[type="search"][focused="true"] {
+  border-color: var(--in-content-border-focus);
+}
+
 /* Category List */
 
 #categories {
   max-height: 100vh;
 }
 
 #categories > scrollbox {
   overflow-x: hidden !important;