Skip to content

Commit 47520da

Browse files
committed
[GUI] chart combobox rounded borders.
1 parent c02499e commit 47520da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/pivx/res/css/style_light.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,7 @@ QComboBox[cssClass="btn-combo-chart"] {
16171617
border:1px solid #ffffff;
16181618
color: #bababa;
16191619
text-align: right;
1620+
border-radius: 4px;
16201621
}
16211622

16221623
QComboBox[cssClass="btn-combo-chart"]::down-arrow {
@@ -1633,6 +1634,7 @@ QComboBox[cssClass="btn-combo-chart-selected"] {
16331634
border:1px solid #5c4b7d;
16341635
color: #FFFFFF;
16351636
text-align: right;
1637+
border-radius: 4px;
16361638
}
16371639

16381640
QComboBox[cssClass="btn-combo-chart-selected"]::down-arrow {

0 commit comments

Comments
 (0)