ui: fixed low contrast of search field cursor in dark schemes (issue #487)

bug id = 487
This commit is contained in:
Eberhard Graether
2017-10-31 15:37:48 +01:00
parent 8795f2c732
commit 90f9e2645b
4 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
QWidget#search_box_container {
background: <color:search/field/background>;
border: none;
border: 2px solid <color:search/field/border>;
border-bottom-left-radius: 12px;
border-top-left-radius: 12px;
margin-left: 5px;