#1116 Add a Clear All button in the File List area for share modes

This commit is contained in:
Miguel Jacq 2020-05-27 12:56:33 +10:00
parent 1c424500f0
commit 1632a00a91
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
5 changed files with 77 additions and 5 deletions

View file

@ -208,6 +208,11 @@ class GuiCommon:
color: #cc0000;
}""",
# Share mode and child widget styles
"share_clear_all_files_button": """
QPushButton {
color: #3f7fcf;
}
""",
"share_zip_progess_bar": """
QProgressBar {
border: 1px solid #4e064f;