| Index: ui/keyboard/resources/main.css
|
| diff --git a/ui/keyboard/resources/main.css b/ui/keyboard/resources/main.css
|
| index afebccc4394103145d04b083be584e81b0c5890d..b031914e64e652bc2d5f017fa3c7d996c4e56ca0 100644
|
| --- a/ui/keyboard/resources/main.css
|
| +++ b/ui/keyboard/resources/main.css
|
| @@ -72,7 +72,7 @@ kb-key::x-superscript[inverted] {
|
| * Controls whether the shift key should be highlighted or not.
|
| * Only highlights if we are in a lockable keyboard which is not locked.
|
| */
|
| -kb-keyboard:not(.locked) kb-keyset[lockable] kb-shift-key {
|
| +kb-keyboard:not(.shift-locked) kb-keyset[shiftlockable] kb-shift-key {
|
| color: lightblue;
|
| }
|
|
|
| @@ -95,7 +95,7 @@ kb-altkey::x-key {
|
| text-align: center;
|
| }
|
|
|
| -.locked kb-shift-key,
|
| +.shift-locked kb-shift-key,
|
| .active {
|
| background-color: #848490 !important;
|
| border-top: 2px solid #A9A9AF !important;
|
|
|