| Index: ui/keyboard/resources/main.css
|
| diff --git a/ui/keyboard/resources/main.css b/ui/keyboard/resources/main.css
|
| index 974a6346d5ef065f6906db20c230dd80068b1b64..dfea91ea6b498dd260f6f5e61829d55621a69c38 100644
|
| --- a/ui/keyboard/resources/main.css
|
| +++ b/ui/keyboard/resources/main.css
|
| @@ -14,22 +14,16 @@
|
| * shadow dom.
|
| */
|
| kb-keyboard.ctrl-active kb-modifier-key[char=Ctrl],
|
| -kb-keyboard.alt-active kb-modifier-key[char=Alt] {
|
| - background-color: #bbbbbb;
|
| -}
|
| -
|
| -kb-keyboard[keyset="upper"] kb-shift-key.dark /deep/ .key {
|
| - background-image: url('images/shift-filled.svg');
|
| -}
|
| -
|
| -kb-keyboard[keyset="lower"] kb-shift-key /deep/ .key{
|
| - background-image: url('images/shift.svg');
|
| +kb-keyboard.alt-active kb-modifier-key[char=Alt],
|
| +kb-keyboard.caps-locked kb-shift-key.dark {
|
| + -webkit-box-shadow: inset 0 0 3px 2px #aaaaaa;
|
| + background-color: #cccccc;
|
| }
|
|
|
| /**
|
| * Controls whether the shift key should be highlighted or not.
|
| */
|
| -kb-keyboard.caps-locked kb-shift-key.dark /deep/
|
| +kb-keyboard[keyset="upper"] kb-shift-key.dark /deep/
|
| .shift-light {
|
| background-color: #4285f4;
|
| }
|
|
|