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

Side by Side Diff: ui/webui/resources/cr_elements/shared_vars_css.html

Issue 2528803002: MD Settings: Internet: Add/fix remaining policy items (Closed)
Patch Set: Rebase 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
« no previous file with comments | « ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.js ('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/polymer/v1_0/paper-styles/color.html "> 1 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html ">
2 2
3 <!-- Common css variables for Material Design WebUI. --> 3 <!-- Common css variables for Material Design WebUI. -->
4 <style is="custom-style"> 4 <style is="custom-style">
5 :root { 5 :root {
6 --cr-actionable: { 6 --cr-actionable: {
7 cursor: pointer; 7 cursor: pointer;
8 }; 8 };
9 --cr-focused-item-color: var(--google-grey-300); 9 --cr-focused-item-color: var(--google-grey-300);
10 /* Same padding as paper-icon-button. */
11 --cr-icon-padding: 8px;
10 --cr-selectable-focus: { 12 --cr-selectable-focus: {
11 background-color: var(--cr-focused-item-color); 13 background-color: var(--cr-focused-item-color);
12 outline: none; 14 outline: none;
13 } 15 }
14 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06); 16 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06);
15 --paper-checkbox-ink-size: 40px; 17 --paper-checkbox-ink-size: 40px;
16 } 18 }
17 </style> 19 </style>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698