From 8f173af3d7b005c308a4df7da8832c08148d6790 Mon Sep 17 00:00:00 2001 From: agilob Date: Mon, 15 Dec 2014 17:14:17 +0100 Subject: [PATCH] removing border from contact name linedit --- ui/chatArea/chatHead.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/chatArea/chatHead.css b/ui/chatArea/chatHead.css index b953e86e5..206e09883 100644 --- a/ui/chatArea/chatHead.css +++ b/ui/chatArea/chatHead.css @@ -1,3 +1,9 @@ +QLineEdit { + color: @black; + background: white; + border: 0px; +} + #nameLabel { color: @black; font: @mediumBold;