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

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

Issue 261013008: Changes color scheme of alt keys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit. Created 6 years, 7 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/elements/kb-altkey-container.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-altkey.html
diff --git a/ui/keyboard/resources/elements/kb-altkey.html b/ui/keyboard/resources/elements/kb-altkey.html
index 34ff0fee8acafd1133610db33fb5ee688783cd9b..1d4cc4ed69e15d95947afaa0c24244bed424cafa 100644
--- a/ui/keyboard/resources/elements/kb-altkey.html
+++ b/ui/keyboard/resources/elements/kb-altkey.html
@@ -18,7 +18,7 @@
}
:host(.active) {
- background-color: #afafaf;
+ background-color: #dddddd
}
:host(:first-child) {
@@ -26,6 +26,10 @@
border-bottom-left-radius: 2px;
}
+ :host(:not(:first-child)) .key{
+ border-left: solid 2px #dddddd;
+ }
+
:host(:last-child) {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
@@ -33,7 +37,7 @@
:host .key {
bottom: 0;
- color: #ffffff;
+ color: #666666;
font-family: roboto-bold;
font-weight: 100;
height: 1.2em;
« no previous file with comments | « no previous file | ui/keyboard/resources/elements/kb-altkey-container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698