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

Side by Side Diff: chrome/browser/resources/options/options_page.css

Issue 6289006: DOMUI: Enable text selection; this has an end result of allowing find-in-page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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;
3 cursor: default; 2 cursor: default;
4 font-size: 100%; 3 font-size: 100%;
5 } 4 }
6 5
7 #settings-title { 6 #settings-title {
8 -webkit-padding-end: 24px; 7 -webkit-padding-end: 24px;
9 color: #53637d; 8 color: #53637d;
10 font-size: 200%; 9 font-size: 200%;
11 font-weight: normal; 10 font-weight: normal;
12 margin: 0; 11 margin: 0;
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 } 543 }
545 544
546 .suboption { 545 .suboption {
547 -webkit-margin-start: 16px; 546 -webkit-margin-start: 16px;
548 } 547 }
549 548
550 html[os=mac] label > input[type=checkbox], 549 html[os=mac] label > input[type=checkbox],
551 html[os=mac] label > input[type=radio] { 550 html[os=mac] label > input[type=radio] {
552 margin-top: 2px; 551 margin-top: 2px;
553 } 552 }
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