dangerzone/share/dangerzone.css
deeplow 0e36f8d2eb
Set application stylesheet (.css)
Sets the style for LineEdit boxes similarly to the specified design
in issue #117.
2022-11-21 12:38:10 +00:00

6 lines
No EOL
120 B
CSS

QLineEdit {
border-width: 1px;
border-style: solid;
border-color: #c8c8c8 #c8c8c8 white;
padding: 3px;
}