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 {