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

Side by Side Diff: chrome/browser/resources/settings/settings_vars_css.html

Issue 2226963002: [MD settings] change height and width of checkboxes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep policy icon next to label Created 4 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
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | 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 <link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html"> 1 <link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html "> 2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html ">
3 3
4 <!-- Common css variables for Material Design settings. --> 4 <!-- Common css variables for Material Design settings. -->
5 <style is="custom-style"> 5 <style is="custom-style">
6 :root { 6 :root {
7 --checkbox-margin-start: 2px; 7 --checkbox-margin-start: 2px;
8 --checkbox-size: 16px; 8 --checkbox-size: 16px;
9 --checkbox-spacing: 18px; 9 --checkbox-spacing: 18px;
10 --iron-icon-fill-color: var(--paper-grey-600); 10 --iron-icon-fill-color: var(--paper-grey-600);
(...skipping 24 matching lines...) Expand all
35 }; 35 };
36 --settings-error-color: var(--paper-red-700); 36 --settings-error-color: var(--paper-red-700);
37 37
38 /* Some colors use non-MD colors. These custom colors are specified by 38 /* Some colors use non-MD colors. These custom colors are specified by
39 * UX design (bettes@). */ 39 * UX design (bettes@). */
40 --settings-nav-grey: rgb(90, 90, 90); 40 --settings-nav-grey: rgb(90, 90, 90);
41 41
42 --settings-page-vertical-margin: 21px; 42 --settings-page-vertical-margin: 21px;
43 43
44 --settings-row-min-height: 44px; 44 --settings-row-min-height: 44px;
45 --settings-row-two-line-min-height: 56px;
45 --settings-separator-line: var(--cr-separator-line); 46 --settings-separator-line: var(--cr-separator-line);
46 47
47 --settings-title-bar-background-color: var(--google-blue-700); 48 --settings-title-bar-background-color: var(--google-blue-700);
48 --settings-title-bar-color: rgb(255, 255, 255); 49 --settings-title-bar-color: rgb(255, 255, 255);
49 --settings-title-search-color: rgb(192, 199, 205); 50 --settings-title-search-color: rgb(192, 199, 205);
50 } 51 }
51 </style> 52 </style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698