mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 03:06:14 -04:00
add padding to left of combo box arrow
This commit is contained in:
parent
8404f58898
commit
eae0b250a0
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@
|
||||||
.jfx-combo-box .arrow-button {
|
.jfx-combo-box .arrow-button {
|
||||||
-fx-background-radius: 999;
|
-fx-background-radius: 999;
|
||||||
-fx-border-radius: 999;
|
-fx-border-radius: 999;
|
||||||
-fx-padding: 0;
|
-fx-padding: 0 0 0 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jfx-combo-box:hover {
|
.jfx-combo-box:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue