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

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

Issue 172263003: Fixes hover over keys changing cursor icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wasn't in alphabetical order Created 6 years, 10 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 | 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 6b77ce51608a9b8dc28c75dca000fd25e7c1f012..a4ca41a24ac42efc27c0d0b7fd07e05a284bb72d 100644
--- a/ui/keyboard/resources/main.css
+++ b/ui/keyboard/resources/main.css
@@ -13,6 +13,7 @@ body {
-webkit-user-select: none;
background-image: -webkit-linear-gradient(#282828, #000000);
background-size: cover;
+ cursor: default;
margin: 0;
overflow: hidden;
padding: 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698