Chromium Code Reviews| Index: ui/login/oobe.css |
| diff --git a/ui/login/oobe.css b/ui/login/oobe.css |
| index 92df2568d6dcbcb3bdcc4a681e80e90fd7a79900..7175e90c87cd8610218c7dd6937d8a95ed15abb9 100644 |
| --- a/ui/login/oobe.css |
| +++ b/ui/login/oobe.css |
| @@ -156,6 +156,16 @@ span.bold { |
| z-index: 1; |
| } |
| +#bluetooth-name { |
|
achuithb
2017/05/17 00:02:50
Can you check what this looks like in the VM as we
xdai1
2017/05/17 23:55:44
The string doesn't show up in the VM. The string w
|
| + background: rgba(255,255,255,.17); |
| + border-radius: 4px; |
| + display: inline-block; |
| + font-size: 12px; |
| + height: 28px; |
| + line-height: 28px; |
| + padding: 0 12px; |
| +} |
| + |
| #background { |
| background-size: 100% 100%; |
| height: 100%; |