Bug 1308886 - change color for searchbox's placeholder draft
authorJulian_Chu <walkingice0204@gmail.com>
Thu, 17 Nov 2016 12:30:44 +0800
changeset 440222 131c3588c50a6f286697bb8d48f25a95e81ccbe5
parent 439375 79feeed4293336089590320a9f30a813fade8e3c
child 537330 e8d699ecdb6ced9f1373b42f2893663abaa5fb44
push id36179
push userbmo:walkingice0204@gmail.com
push dateThu, 17 Nov 2016 05:16:52 +0000
bugs1308886
milestone53.0a1
Bug 1308886 - change color for searchbox's placeholder the color code is same as R.color.placeholder_grey in themes/core/config.css
mobile/android/themes/core/config.css
--- a/mobile/android/themes/core/config.css
+++ b/mobile/android/themes/core/config.css
@@ -56,17 +56,17 @@ body {
     width: 12em;
     min-width: 0;
     color: #000000;
     opacity: 1;
     flex: 1 1 auto;
 }
 
 #filter-input::placeholder {
-    color: rgba(255,255,255,0.5);
+    color: #777777;
 }
 
 .toolbar input {
     display: inline-block;
     height: 100%;
     min-width: 3em;
     box-sizing: border-box;
     opacity: 0.75;