Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: ui/keyboard/resources/elements/kb-shift-key.html

Issue 251593011: Make caps lock light to a square in upper corner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change color. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/keyboard/resources/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « no previous file | ui/keyboard/resources/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698