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

Side by Side Diff: ui/file_manager/zip_archiver/css/passphrase-dialog.css

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. Created 3 years, 8 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 input, paper-button, paper-checkbox { 1 input, paper-button, paper-checkbox {
2 -webkit-app-region: no-drag; 2 -webkit-app-region: no-drag;
3 } 3 }
4 4
5 h3 { 5 h3 {
6 margin: 0; 6 margin: 0;
7 } 7 }
8 8
9 :host { 9 :host {
10 align-items: stretch; 10 align-items: stretch;
(...skipping 14 matching lines...) Expand all
25 justify-content: flex-end; 25 justify-content: flex-end;
26 } 26 }
27 27
28 #acceptButton { 28 #acceptButton {
29 color: #2196f3; 29 color: #2196f3;
30 } 30 }
31 31
32 #cancelButton { 32 #cancelButton {
33 color: #9e9e9e; 33 color: #9e9e9e;
34 } 34 }
OLDNEW
« no previous file with comments | « ui/file_manager/zip_archiver/css/passphrase.css ('k') | ui/file_manager/zip_archiver/externs_js/chrome.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698