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

Side by Side Diff: chrome/browser/resources/md_history/shared_style.html

Issue 2571923003: MD History: Tweak CSS for menu buttons (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
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.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://history/shared_vars.html"> 1 <link rel="import" href="chrome://history/shared_vars.html">
2 2
3 <dom-module id="shared-style"> 3 <dom-module id="shared-style">
4 <template> 4 <template>
5 <style> 5 <style>
6 [hidden] { 6 [hidden] {
7 display: none !important; 7 display: none !important;
8 } 8 }
9 9
10 .card-title { 10 .card-title {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 width: 36px; 65 width: 36px;
66 } 66 }
67 67
68 button.icon-button iron-icon { 68 button.icon-button iron-icon {
69 height: 20px; 69 height: 20px;
70 width: 20px; 70 width: 20px;
71 } 71 }
72 72
73 button.more-vert-button { 73 button.more-vert-button {
74 height: 36px; 74 height: 36px;
75 padding: 6px; 75 padding: 8px;
76 width: 36px; 76 width: 36px;
77 } 77 }
78 78
79 button.more-vert-button div { 79 button.more-vert-button div {
80 border: 2px solid var(--secondary-text-color); 80 border: 2px solid var(--secondary-text-color);
81 border-radius: 2px; 81 border-radius: 2px;
82 margin: 1px 10px; 82 margin: 1px 8px;
83 pointer-events: none; 83 pointer-events: none;
84 transform: scale(0.8); 84 transform: scale(0.8);
85 } 85 }
86 </style> 86 </style>
87 </template> 87 </template>
88 </dom-module> 88 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698