Commit 498eeb39 authored by Weilun Shi's avatar Weilun Shi Committed by Commit Bot

[NTP] Custom link edit dialog match GM2 webUI spec

Minor change on custom link edit input label and text field background
color css setting according to GM2 webUI spec.

Bug: 873721
Change-Id: I6770ce6eedf4a4e5ec6cb273e34136d30ee17f58
Reviewed-on: https://chromium-review.googlesource.com/1174870Reviewed-by: default avatarKristi Park <kristipark@chromium.org>
Commit-Queue: Weilun Shi <sweilun@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583001}
parent 24b4ca38
...@@ -46,7 +46,7 @@ body { ...@@ -46,7 +46,7 @@ body {
} }
.field-title { .field-title {
color: rgb(154, 160, 166); color: rgb(95, 99, 104);
font-size: 10px; font-size: 10px;
font-weight: 500; font-weight: 500;
margin-bottom: 4px; margin-bottom: 4px;
...@@ -57,7 +57,7 @@ body { ...@@ -57,7 +57,7 @@ body {
} }
input { input {
background-color: rgb(232, 234, 237); background-color: rgb(241, 243, 244);
border: none; border: none;
border-radius: 4px; border-radius: 4px;
caret-color: rgb(26, 115, 232); caret-color: rgb(26, 115, 232);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment