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

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

Issue 249493002: Reskins the Compact and System VK to look closer to the IME VK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed background-image to background-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 | « ui/keyboard/resources/elements/kb-keyboard.html ('k') | ui/keyboard/resources/images/back.svg » ('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 4deab642e1bf79cbd79b08489b64ef068383fb97..1e1e7340074066310c5480dee20a9e07390b874b 100644
--- a/ui/keyboard/resources/elements/kb-shift-key.html
+++ b/ui/keyboard/resources/elements/kb-shift-key.html
@@ -19,13 +19,9 @@
}
.shift-light {
- -webkit-box-shadow: inset 0 1px #101010, inset 0 -1px #444444;
- background-image: -webkit-linear-gradient(#101010, #000000);
- border: solid;
- border-bottom-color: #1d1d1d;
- border-top-color: #2d2d2d;
- border-width: 1px 0;
- height: 0.3em;
+ background-color: #ffffff;
+ border: none;
+ height: 0.2em;
margin: 0 auto;
position: relative;
width: 1.8em;
« no previous file with comments | « ui/keyboard/resources/elements/kb-keyboard.html ('k') | ui/keyboard/resources/images/back.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698