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

Side by Side Diff: chrome/browser/resources/keyboard_overlay.css

Issue 7569006: Disable the user selection on the keyboard overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 -webkit-user-select: none;
2 background: #fff; 3 background: #fff;
3 margin: 0; 4 margin: 0;
4 padding: 0; 5 padding: 0;
5 overflow: hidden; 6 overflow: hidden;
6 } 7 }
7 8
8 .keyboard-overlay-keyboard { 9 .keyboard-overlay-keyboard {
9 border-radius: 6px; 10 border-radius: 6px;
10 background: -webkit-linear-gradient(#484848, #252525) no-repeat; 11 background: -webkit-linear-gradient(#484848, #252525) no-repeat;
11 background-color: #252525; 12 background-color: #252525;
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 -webkit-box-ordinal-group: 1; 145 -webkit-box-ordinal-group: 1;
145 color: #fff; 146 color: #fff;
146 text-align: center; 147 text-align: center;
147 } 148 }
148 149
149 .keyboard-overlay-key-text { 150 .keyboard-overlay-key-text {
150 -webkit-box-ordinal-group: 2; 151 -webkit-box-ordinal-group: 2;
151 padding-bottom: 1px; 152 padding-bottom: 1px;
152 text-align: center; 153 text-align: center;
153 } 154 }
OLDNEW
« 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