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

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

Issue 23534021: Added persistent capitalization to the Virtual Keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed shift{LocksTo,-locked,-lockable} to caps{LocksTo,-locked,-lockable}. Created 7 years, 4 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/webui_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 afebccc4394103145d04b083be584e81b0c5890d..7ffd6a2964c4d3144d481b7cb16451eee34bd1cf 100644
--- a/ui/keyboard/resources/main.css
+++ b/ui/keyboard/resources/main.css
@@ -72,7 +72,7 @@ kb-key::x-superscript[inverted] {
* Controls whether the shift key should be highlighted or not.
* Only highlights if we are in a lockable keyboard which is not locked.
*/
-kb-keyboard:not(.locked) kb-keyset[lockable] kb-shift-key {
+kb-keyboard:not(.caps-locked) kb-keyset[capsLockable] kb-shift-key {
color: lightblue;
}
@@ -95,7 +95,7 @@ kb-altkey::x-key {
text-align: center;
}
-.locked kb-shift-key,
+.caps-locked kb-shift-key,
.active {
background-color: #848490 !important;
border-top: 2px solid #A9A9AF !important;
« no previous file with comments | « ui/keyboard/resources/layouts/webui_qwerty.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698