mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
remove invalid css types from toggles
This commit is contained in:
parent
74f87085a6
commit
1295d18b3f
1 changed files with 1 additions and 3 deletions
|
@ -2311,7 +2311,6 @@ textfield */
|
|||
#toggle-left {
|
||||
-fx-border-radius: 4 0 0 4;
|
||||
-fx-border-color: -bs-rd-separator-dark;
|
||||
-fx-border-style: transparent;
|
||||
-fx-border-width: 0 0 0 0;
|
||||
-fx-border-insets: 0;
|
||||
-fx-background-insets: 0;
|
||||
|
@ -2322,7 +2321,6 @@ textfield */
|
|||
#toggle-center {
|
||||
-fx-border-radius: 0;
|
||||
-fx-border-color: -bs-rd-separator-dark;
|
||||
-fx-border-style: transparent;
|
||||
-fx-border-width: 0 0 0 0;
|
||||
-fx-border-insets: 0;
|
||||
-fx-background-insets: 0;
|
||||
|
@ -2332,7 +2330,7 @@ textfield */
|
|||
|
||||
#toggle-right {
|
||||
-fx-border-radius: 0 4 4 0;
|
||||
-fx-border-style: transparent;
|
||||
-fx-border-color: -bs-rd-separator-dark;
|
||||
-fx-border-width: 0;
|
||||
-fx-border-insets: 0;
|
||||
-fx-background-insets: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue