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

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

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 | « ui/keyboard/resources/elements/kb-shift-key.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 a1c10d193e458f07fe6d2aa86e0a29a31e0aa42e..974a6346d5ef065f6906db20c230dd80068b1b64 100644
--- a/ui/keyboard/resources/main.css
+++ b/ui/keyboard/resources/main.css
@@ -31,7 +31,7 @@ kb-keyboard[keyset="lower"] kb-shift-key /deep/ .key{
*/
kb-keyboard.caps-locked kb-shift-key.dark /deep/
.shift-light {
- background-color: rgba(0, 0, 255, 0.5);
+ background-color: #4285f4;
}
.space,
« no previous file with comments | « ui/keyboard/resources/elements/kb-shift-key.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698