From d1e5d6ef24e7fc145d1578128dd6eb5d64326268 Mon Sep 17 00:00:00 2001 From: nirvn Date: Mon, 11 Feb 2019 11:28:26 +0700 Subject: [PATCH] [themes] Fix style of line edit within combo box --- resources/themes/Blend of Gray/style.qss | 3 ++- resources/themes/Night Mapping/style.qss | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/themes/Blend of Gray/style.qss b/resources/themes/Blend of Gray/style.qss index c08b6e65473f..18562c6f9821 100644 --- a/resources/themes/Blend of Gray/style.qss +++ b/resources/themes/Blend of Gray/style.qss @@ -242,8 +242,9 @@ QComboBox:editable { background-color: @darkgradient; } QComboBox:editable QLineEdit { - background-color: @itemdarkbackground; + background-color: transparent; color:@itembackground; + border: 0; } QComboBox QAbstractItemView, QComboBox QListView { diff --git a/resources/themes/Night Mapping/style.qss b/resources/themes/Night Mapping/style.qss index 7cea542f842a..7d59f639231b 100644 --- a/resources/themes/Night Mapping/style.qss +++ b/resources/themes/Night Mapping/style.qss @@ -252,11 +252,11 @@ QComboBox:editable { background-color: @darkgradient; } QComboBox:editable QLineEdit { - border-color: @itemdarkbackground; - background-color: @itemdarkbackground; + background-color: transparent; color:@text; selection-background-color: @selection; selection-color: @text; + border: 0; } QComboBox QAbstractItemView, QComboBox QListView {