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

Side by Side Diff: chrome/browser/resources/md_bookmarks/shared_vars.html

Issue 2617943002: [MD Bookmarks] Edit Bookmarks. (Closed)
Patch Set: test fix Created 3 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
OLDNEW
1 <style is="custom-style"> 1 <style is="custom-style">
2 :root { 2 :root {
3 --card-max-width: 960px; 3 --card-max-width: 960px;
4 --card-min-width: 550px; 4 --card-min-width: 550px;
5 --folder-active-color: #4285f4; 5 --folder-active-color: #4285f4;
6 --folder-inactive-color: #5a5a5a; 6 --folder-inactive-color: #5a5a5a;
7 --paper-input-container-focus-color: var(--google-blue-500);
8 --paper-input-container-input: {
9 font-size: 13px;
10 };
7 --primary-text-color: #333; 11 --primary-text-color: #333;
8 --secondary-text-color: #757575; 12 --secondary-text-color: #757575;
9 --sidebar-width: 256px; 13 --sidebar-width: 256px;
10 }; 14 };
11 </style> 15 </style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/shared_style.html ('k') | chrome/browser/resources/md_bookmarks/store.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698