1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

removing border from contact name linedit

This commit is contained in:
agilob 2014-12-15 17:14:17 +01:00
parent e7cad9b942
commit 8f173af3d7
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997

View File

@ -1,3 +1,9 @@
QLineEdit {
color: @black;
background: white;
border: 0px;
}
#nameLabel {
color: @black;
font: @mediumBold;