| Index: ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css
|
| diff --git a/ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css b/ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css
|
| deleted file mode 100644
|
| index f6e2cc1f3265d6db364d44fbb4b67e64cefd1314..0000000000000000000000000000000000000000
|
| --- a/ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -input, paper-button, paper-checkbox {
|
| - -webkit-app-region: no-drag;
|
| -}
|
| -
|
| -h3 {
|
| - margin: 0;
|
| -}
|
| -
|
| -:host {
|
| - align-items: stretch;
|
| - display: flex;
|
| - flex-direction: column;
|
| - height: 100%;
|
| - justify-content: space-between;
|
| -}
|
| -
|
| -#bar {
|
| - align-items: center;
|
| - display: flex;
|
| - justify-content: space-between;
|
| -}
|
| -
|
| -#buttons {
|
| - display: flex;
|
| - justify-content: flex-end;
|
| -}
|
| -
|
| -#acceptButton {
|
| - color: #2196f3;
|
| -}
|
| -
|
| -#cancelButton {
|
| - color: #9e9e9e;
|
| -}
|
|
|