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

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

Issue 6354011: New tabbed options link colors, per ainslie@. (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 cursor: default; 2 cursor: default;
3 font-size: 100%; 3 font-size: 100%;
4 } 4 }
5 5
6 a:link {
7 color: rgb(63, 110, 194);
8 }
9
10 a:active {
11 color: rgb(37, 64, 113);
12 }
13
6 #settings-title { 14 #settings-title {
7 -webkit-padding-end: 24px; 15 -webkit-padding-end: 24px;
8 color: #53637d; 16 color: #53637d;
9 cursor: pointer; 17 cursor: pointer;
10 font-size: 200%; 18 font-size: 200%;
11 font-weight: normal; 19 font-weight: normal;
12 margin: 0; 20 margin: 0;
13 padding-bottom: 14px; 21 padding-bottom: 14px;
14 padding-top: 13px; 22 padding-top: 13px;
15 text-align: end; 23 text-align: end;
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 } 641 }
634 642
635 html[os=mac] label > input[type=checkbox], 643 html[os=mac] label > input[type=checkbox],
636 html[os=mac] label > input[type=radio] { 644 html[os=mac] label > input[type=radio] {
637 margin-top: 2px; 645 margin-top: 2px;
638 } 646 }
639 647
640 .suboption { 648 .suboption {
641 -webkit-margin-start: 16px; 649 -webkit-margin-start: 16px;
642 } 650 }
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