Browse Source

removing border from contact name linedit

pull/938/head
agilob 11 years ago
parent
commit
8f173af3d7
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997
  1. 6
      ui/chatArea/chatHead.css

6
ui/chatArea/chatHead.css

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

Loading…
Cancel
Save