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

Unified Diff: ui/keyboard/resources/main.css

Issue 252743002: Update Virtual Keybaord icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uprev. 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/layouts/system-qwerty.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/main.css
diff --git a/ui/keyboard/resources/main.css b/ui/keyboard/resources/main.css
index b206ea4465083967135d3a2ec65749f0d51b1ba7..a1c10d193e458f07fe6d2aa86e0a29a31e0aa42e 100644
--- a/ui/keyboard/resources/main.css
+++ b/ui/keyboard/resources/main.css
@@ -34,11 +34,6 @@ kb-keyboard.caps-locked kb-shift-key.dark /deep/
background-color: rgba(0, 0, 255, 0.5);
}
-kb-keyboard.ctrl-active kb-modifier-key[char=Ctrl],
-kb-keyboard.ctrl-active kb-modifier-key[char=Ctrl] {
- color: blue;
-}
-
.space,
.dark {
font-size: 70%;
@@ -50,5 +45,5 @@ kb-keyboard.ctrl-active kb-modifier-key[char=Ctrl] {
}
.space {
- color: bbbbbb;
+ color: #bbbbbb;
}
« no previous file with comments | « ui/keyboard/resources/layouts/system-qwerty.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698