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

Side by Side Diff: chrome/browser/resources/md_history/lazy_load.vulcanized.html

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: Created 4 years 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
OLDNEW
1 <html><head><!-- 1 <html><head><!--
2 @license 2 @license
3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
7 Code distributed by Google as part of the polymer project is also 7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
9 --><!-- 9 --><!--
10 @license 10 @license
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 height: 48px; 59 height: 48px;
60 line-height: 48px; 60 line-height: 48px;
61 overflow: hidden; 61 overflow: hidden;
62 padding: 0 20px; 62 padding: 0 20px;
63 text-overflow: ellipsis; 63 text-overflow: ellipsis;
64 white-space: nowrap; 64 white-space: nowrap;
65 } 65 }
66 66
67 .centered-message { 67 .centered-message {
68 align-items: center; 68 align-items: center;
69 color: #b4b4b4; 69 color: var(--md-loading-message-color);
70 display: flex; 70 display: flex;
71 flex: 1; 71 flex: 1;
72 font-size: 14px; 72 font-size: 14px;
73 font-weight: 500; 73 font-weight: 500;
74 height: 100%; 74 height: 100%;
75 justify-content: center; 75 justify-content: center;
76 } 76 }
77 77
78 .menu-item { 78 .menu-item {
79 -webkit-user-select: none; 79 -webkit-user-select: none;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 } 141 }
142 142
143 .domain-heading { 143 .domain-heading {
144 align-items: center; 144 align-items: center;
145 display: flex; 145 display: flex;
146 height: var(--item-height); 146 height: var(--item-height);
147 padding: 0 20px; 147 padding: 0 20px;
148 } 148 }
149 149
150 .domain-count { 150 .domain-count {
151 color: rgb(151, 156, 160); 151 color: var(--secondary-text-color);
152 padding-left: 10px; 152 padding-left: 10px;
153 } 153 }
154 154
155 .domain-heading-text { 155 .domain-heading-text {
156 display: flex; 156 display: flex;
157 } 157 }
158 158
159 .group-container { 159 .group-container {
160 box-shadow: var(--shadow-elevation-2dp_-_box-shadow); 160 box-shadow: var(--shadow-elevation-2dp_-_box-shadow);
161 background: #fff; 161 background: #fff;
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 height: 48px; 610 height: 48px;
611 line-height: 48px; 611 line-height: 48px;
612 overflow: hidden; 612 overflow: hidden;
613 padding: 0 20px; 613 padding: 0 20px;
614 text-overflow: ellipsis; 614 text-overflow: ellipsis;
615 white-space: nowrap; 615 white-space: nowrap;
616 } 616 }
617 617
618 .centered-message { 618 .centered-message {
619 align-items: center; 619 align-items: center;
620 color: #b4b4b4; 620 color: var(--md-loading-message-color);
621 display: flex; 621 display: flex;
622 flex: 1; 622 flex: 1;
623 font-size: 14px; 623 font-size: 14px;
624 font-weight: 500; 624 font-weight: 500;
625 height: 100%; 625 height: 100%;
626 justify-content: center; 626 justify-content: center;
627 } 627 }
628 628
629 .menu-item { 629 .menu-item {
630 -webkit-user-select: none; 630 -webkit-user-select: none;
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 height: 48px; 797 height: 48px;
798 line-height: 48px; 798 line-height: 48px;
799 overflow: hidden; 799 overflow: hidden;
800 padding: 0 20px; 800 padding: 0 20px;
801 text-overflow: ellipsis; 801 text-overflow: ellipsis;
802 white-space: nowrap; 802 white-space: nowrap;
803 } 803 }
804 804
805 .centered-message { 805 .centered-message {
806 align-items: center; 806 align-items: center;
807 color: #b4b4b4; 807 color: var(--md-loading-message-color);
808 display: flex; 808 display: flex;
809 flex: 1; 809 flex: 1;
810 font-size: 14px; 810 font-size: 14px;
811 font-weight: 500; 811 font-weight: 500;
812 height: 100%; 812 height: 100%;
813 justify-content: center; 813 justify-content: center;
814 } 814 }
815 815
816 .menu-item { 816 .menu-item {
817 -webkit-user-select: none; 817 -webkit-user-select: none;
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 text-align: center; 959 text-align: center;
960 } 960 }
961 961
962 #sign-in-promo { 962 #sign-in-promo {
963 color: var(--primary-text-color); 963 color: var(--primary-text-color);
964 font-size: 215%; 964 font-size: 215%;
965 margin-top: 40px; 965 margin-top: 40px;
966 } 966 }
967 967
968 #sign-in-promo-desc { 968 #sign-in-promo-desc {
969 color: #848484; 969 color: var(--secondary-text-color);
970 font-size: 123%; 970 font-size: 123%;
971 margin-top: 10px; 971 margin-top: 10px;
972 } 972 }
973 973
974 #sign-in-button { 974 #sign-in-button {
975 margin: 24px 0; 975 margin: 24px 0;
976 padding-left: 12px; 976 padding-left: 12px;
977 padding-right: 12px; 977 padding-right: 12px;
978 } 978 }
979 979
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 <content select="*"></content> 1422 <content select="*"></content>
1423 </div> 1423 </div>
1424 </div> 1424 </div>
1425 1425
1426 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> 1426 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button>
1427 1427
1428 </template> 1428 </template>
1429 1429
1430 </dom-module> 1430 </dom-module>
1431 </div><script src="lazy_load.crisper.js"></script></body></html> 1431 </div><script src="lazy_load.crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698