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

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: 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
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;

Powered by Google App Engine
This is Rietveld 408576698