Commit cc4a57e5 authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

User adding screen: Improve version number text

Make it white. See bug for the screenshot

Bug: 1018143
Change-Id: I697af356b786f824ac53907e63b5cdcb92d37faf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899382Reviewed-by: default avatarDenis Kuznetsov [CET] <antrim@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714210}
parent e3cc6123
...@@ -200,6 +200,10 @@ span.bold { ...@@ -200,6 +200,10 @@ span.bold {
z-index: 1; z-index: 1;
} }
html[screen=user-adding] #version-labels {
color: white;
}
#bluetooth-name { #bluetooth-name {
background: rgba(255,255,255,.17); background: rgba(255,255,255,.17);
border-radius: 4px; border-radius: 4px;
......
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