| Index: ui/keyboard/resources/elements/kb-shift-key.html
|
| diff --git a/ui/keyboard/resources/elements/kb-shift-key.html b/ui/keyboard/resources/elements/kb-shift-key.html
|
| index 1e1e7340074066310c5480dee20a9e07390b874b..6f537d4d5621978a7a10ea755b65c76e103214c6 100644
|
| --- a/ui/keyboard/resources/elements/kb-shift-key.html
|
| +++ b/ui/keyboard/resources/elements/kb-shift-key.html
|
| @@ -10,7 +10,7 @@
|
| <template>
|
| <style>
|
| .shift-light-wrapper {
|
| - bottom: 3px;
|
| + top: 6px;
|
| height: 10%;
|
| margin: 0;
|
| padding: 0;
|
| @@ -19,12 +19,12 @@
|
| }
|
|
|
| .shift-light {
|
| - background-color: #ffffff;
|
| + background-color: #cccccc;
|
| border: none;
|
| - height: 0.2em;
|
| - margin: 0 auto;
|
| + height: 4px;
|
| + margin: 0 6px 0 auto;
|
| position: relative;
|
| - width: 1.8em;
|
| + width: 4px;
|
| }
|
| </style>
|
| <div class="shift-light-wrapper">
|
|
|