Bug 1294486 - Fix inspector textbox-search-clear position in RTL locales; r?gl draft
authorFred Lin <gasolin@mozilla.com>
Fri, 12 Aug 2016 10:40:04 +0800
changeset 399785 2498a2eebb3c43888ace3d9e847645cb705215b4
parent 399784 14c2310b7782e1aef73b483a9462e4cf1497c3d1
child 528063 aa75d1aaaa0cdaf069b19b16574c1e9ca0f2b252
push id25985
push userbmo:gasolin@mozilla.com
push dateFri, 12 Aug 2016 02:40:56 +0000
reviewersgl
bugs1294486
milestone51.0a1
Bug 1294486 - Fix inspector textbox-search-clear position in RTL locales; r?gl MozReview-Commit-ID: 10ai7NRQFy0
devtools/client/themes/toolbars.css
--- a/devtools/client/themes/toolbars.css
+++ b/devtools/client/themes/toolbars.css
@@ -457,17 +457,17 @@
 .devtools-style-searchbox-no-match {
   background-color: var(--searcbox-no-match-background-color) !important;
   border-color: var(--searcbox-no-match-border-color) !important;
 }
 
 .devtools-searchinput-clear {
   position: absolute;
   top: 3.5px;
-  right: 7px;
+  offset-inline-end: 7px;
   padding: 0;
   border: 0;
   width: 16px;
   height: 16px;
   background-position: 0 0;
   background-repeat: no-repeat;
   background-color: transparent;
 }