mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-22 13:39:39 -04:00
make interval toggles rounded
This commit is contained in:
parent
fd7bfb58c2
commit
f383728c06
1 changed files with 8 additions and 8 deletions
|
@ -2326,34 +2326,34 @@ textfield */
|
||||||
}
|
}
|
||||||
|
|
||||||
#toggle-left {
|
#toggle-left {
|
||||||
-fx-border-radius: 4 0 0 4;
|
-fx-border-radius: 5 5 5 5;
|
||||||
-fx-border-color: -bs-color-border-form-field;
|
-fx-border-color: -bs-color-border-form-field;
|
||||||
-fx-border-style: solid;
|
-fx-border-style: solid;
|
||||||
-fx-border-width: 1 1 1 1;
|
-fx-border-width: 1 1 1 1;
|
||||||
-fx-border-insets: 0;
|
-fx-border-insets: 0;
|
||||||
-fx-background-insets: 0;
|
-fx-background-insets: 0;
|
||||||
-fx-background-radius: 4 0 0 4;
|
-fx-background-radius: 5 5 5 5;
|
||||||
-fx-background-color: -bs-background-color;
|
-fx-background-color: -bs-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toggle-center {
|
#toggle-center {
|
||||||
-fx-border-radius: 0;
|
-fx-border-radius: 5 5 5 5;
|
||||||
-fx-border-color: -bs-color-border-form-field;
|
-fx-border-color: -bs-color-border-form-field;
|
||||||
-fx-border-style: solid;
|
-fx-border-style: solid;
|
||||||
-fx-border-width: 1 1 1 0;
|
-fx-border-width: 1 1 1 1;
|
||||||
-fx-border-insets: 0;
|
-fx-border-insets: 0;
|
||||||
-fx-background-insets: 0;
|
-fx-background-insets: 0;
|
||||||
-fx-background-radius: 0;
|
-fx-background-radius: 5 5 5 5;
|
||||||
-fx-background-color: -bs-background-color;
|
-fx-background-color: -bs-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toggle-right {
|
#toggle-right {
|
||||||
-fx-border-radius: 0 4 4 0;
|
-fx-border-radius: 5 5 5 5;
|
||||||
-fx-border-color: -bs-color-border-form-field;
|
-fx-border-color: -bs-color-border-form-field;
|
||||||
-fx-border-width: 1 1 1 0;
|
-fx-border-width: 1 1 1 1;
|
||||||
-fx-border-insets: 0;
|
-fx-border-insets: 0;
|
||||||
-fx-background-insets: 0;
|
-fx-background-insets: 0;
|
||||||
-fx-background-radius: 0 4 4 0;
|
-fx-background-radius: 5 5 5 5;
|
||||||
-fx-background-color: -bs-background-color;
|
-fx-background-color: -bs-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue