dangerzone/share/dangerzone.css
deeplow bc82163bc4
Inform user # of selected docs when in settings
Reminds the users of the number of documents selected when they are in
the settings.
2022-11-24 09:05:24 +00:00

24 lines
489 B
CSS

QLineEdit {
border-width: 1px;
border-style: solid;
border-color: #c8c8c8;
padding: 3px;
}
/*
* QLabel left-adjacent to a QLineEdit to give the illusion
* that it is part of it, but just not editable
*/
QLabel[style="safe_extension_filename"] {
border-width: 1px;
border-right-width: 0px;
border-style: solid;
border-color: #c8c8c8;
padding: 4px 0px 4px 4px;
background: white;
color: grey;
}
QLabel.docs-selection {
font-size: 18px;
}