File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -1830,18 +1830,21 @@ QCheckBox[cssClass="btn-watch-password"]::indicator:checked {
18301830HH REQUEST DIALOG
18311831HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
18321832
1833-
18341833QComboBox [cssClass = "btn-combo-coins" ] {
1835- background-image : url ("://ic-arrow-drop-white-down" );
1836- background-position : right center;
1837- background-repeat : no-repeat;
18381834 background-color : # 5c4b7d ;
18391835 padding : 10px 20px 10px 10px ;
18401836 font-size : 16px ;
18411837 border : 1px solid # 5c4b7d ;
18421838 color : # FFFFFF ;
18431839}
18441840
1841+ QComboBox [cssClass = "btn-combo-coins" ]::down-arrow {
1842+ image : url ("://ic-arrow-drop-white-down" );
1843+ padding-right : 10px ;
1844+ height : 16px ;
1845+ width : 16px ;
1846+ }
1847+
18451848
18461849/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
18471850HH RECEIVE
Original file line number Diff line number Diff line change @@ -1829,16 +1829,20 @@ HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
18291829
18301830
18311831QComboBox [cssClass = "btn-combo-coins" ] {
1832- background-image : url ("://ic-arrow-drop-white-down" );
1833- background-position : right center;
1834- background-repeat : no-repeat;
18351832 background-color : # 5c4b7d ;
18361833 padding : 10px 20px 10px 10px ;
18371834 font-size : 16px ;
18381835 border : 1px solid # 5c4b7d ;
18391836 color : # FFFFFF ;
18401837}
18411838
1839+ QComboBox [cssClass = "btn-combo-coins" ]::down-arrow {
1840+ image : url ("://ic-arrow-drop-white-down" );
1841+ padding-right : 10px ;
1842+ height : 16px ;
1843+ width : 16px ;
1844+ }
1845+
18421846
18431847/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
18441848HH RECEIVE
You can’t perform that action at this time.
0 commit comments