mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 11:46:11 -04:00
wip black background
This commit is contained in:
parent
73128cf431
commit
db8325e4d1
3 changed files with 25 additions and 23 deletions
|
@ -220,7 +220,7 @@
|
|||
.jfx-combo-box {
|
||||
-jfx-focus-color: transparent;
|
||||
-jfx-unfocus-color: transparent;
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-padding: 2 14 2 14;
|
||||
}
|
||||
|
||||
|
@ -234,7 +234,7 @@
|
|||
-jfx-unfocus-color: transparent;
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
}
|
||||
|
||||
.jfx-text-field.label-float .prompt-container {
|
||||
|
@ -278,21 +278,21 @@
|
|||
}
|
||||
|
||||
.combo-box-popup {
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-background-radius: 15;
|
||||
-fx-border-radius: 15;
|
||||
-fx-padding: 5;
|
||||
}
|
||||
|
||||
.combo-box-popup .scroll-pane {
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-background-radius: 15;
|
||||
-fx-border-radius: 15;
|
||||
-fx-padding: 5;
|
||||
}
|
||||
|
||||
.combo-box-popup > .list-view {
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-background-radius: 15;
|
||||
-fx-border-radius: 15;
|
||||
-fx-padding: 5;
|
||||
|
@ -415,7 +415,7 @@ tree-table-view:focused {
|
|||
}
|
||||
|
||||
.jfx-password-field {
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-background-radius: 3 3 0 0;
|
||||
-jfx-focus-color: transparent;
|
||||
-jfx-unfocus-color: transparent;
|
||||
|
@ -445,11 +445,11 @@ tree-table-view:focused {
|
|||
}
|
||||
|
||||
.input-with-border {
|
||||
-fx-border-color: -bs-color-background-button-border;
|
||||
-fx-border-color: -bs-color-border-form-field;
|
||||
}
|
||||
|
||||
.offer-input {
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-border-color: -bs-background-gray;
|
||||
-fx-pref-height: 43;
|
||||
-fx-pref-width: 310;
|
||||
|
@ -465,7 +465,7 @@ tree-table-view:focused {
|
|||
-fx-font-size: 1.385em;
|
||||
-fx-background-radius: 999 0 0 999;
|
||||
-fx-border-radius: 999 0 0 999;
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-border-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -476,7 +476,7 @@ tree-table-view:focused {
|
|||
-fx-alignment: center;
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
-fx-background-color: derive(-bs-background-color, 15%);
|
||||
-fx-background-color: derive(-bs-color-background-form-field, 15%);
|
||||
}
|
||||
|
||||
.offer-input .icon {
|
||||
|
@ -553,7 +553,7 @@ tree-table-view:focused {
|
|||
.jfx-text-area {
|
||||
-jfx-focus-color: transparent;
|
||||
-jfx-unfocus-color: transparent;
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
|
||||
-fx-background-radius: 15;
|
||||
-fx-border-radius: 15;
|
||||
|
@ -1351,17 +1351,17 @@ textfield */
|
|||
}
|
||||
|
||||
.text-area-no-border {
|
||||
-fx-border-color: -bs-background-color;
|
||||
-fx-border-color: -bs-color-background-form-field;
|
||||
}
|
||||
|
||||
.text-area-no-border .content {
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
}
|
||||
|
||||
.text-area-no-border:focused {
|
||||
-fx-focus-color: transparent;
|
||||
-fx-unfocus-color: transparent;
|
||||
-fx-faint-focus-color: -bs-background-color;
|
||||
-fx-faint-focus-color: -bs-color-background-form-field;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -1560,7 +1560,7 @@ textfield */
|
|||
-fx-faint-focus-color: transparent;
|
||||
-fx-padding: 7 18 7 18;
|
||||
-fx-border-width: 1px;
|
||||
-fx-border-color: -bs-color-background-button-border;
|
||||
-fx-border-color: -bs-color-border-form-field;
|
||||
-fx-background-insets: 0;
|
||||
}
|
||||
|
||||
|
@ -2180,7 +2180,7 @@ textfield */
|
|||
.popup-bg, .notification-popup-bg, .peer-info-popup-bg {
|
||||
-fx-font-size: 1.077em;
|
||||
-fx-text-fill: -bs-rd-font-dark;
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-background-insets: 44;
|
||||
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0);
|
||||
-fx-background-radius: 15;
|
||||
|
@ -2190,7 +2190,7 @@ textfield */
|
|||
.popup-bg-top {
|
||||
-fx-font-size: 1.077em;
|
||||
-fx-text-fill: -bs-rd-font-dark;
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
-fx-background-insets: 44;
|
||||
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0);
|
||||
-fx-background-radius: 0 0 15px 15px;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
-bs-color-primary: #0b65da;
|
||||
-bs-color-primary-dark: #0c59bd;
|
||||
-bs-text-color: white;
|
||||
-bs-background-color: #29292a;
|
||||
-bs-background-color: black;
|
||||
-bs-background-gray: black;
|
||||
-bs-content-background-gray: black;
|
||||
|
||||
|
@ -45,8 +45,8 @@
|
|||
-bs-color-gray-fafa: #0a0a0a;
|
||||
-bs-color-gray-18: rgb(18, 18, 18);
|
||||
-bs-color-gray-background: black;
|
||||
-bs-color-background-button-background: rgb(18, 18, 18);
|
||||
-bs-color-background-button-border: rgb(65, 65, 65);
|
||||
-bs-color-background-form-field: rgb(18, 18, 18);
|
||||
-bs-color-border-form-field: rgb(65, 65, 65);
|
||||
-bs-color-background-table-header: rgb(9, 9, 9);
|
||||
-bs-color-background-table-cell-even: rgb(19, 19, 19);
|
||||
-bs-color-background-table-cell-odd: rgb(9, 9, 9);
|
||||
|
@ -554,7 +554,7 @@
|
|||
}
|
||||
|
||||
.toggle-button-no-slider {
|
||||
-fx-background-color: -bs-color-background-button-background;
|
||||
-fx-background-color: -bs-color-background-form-field;
|
||||
}
|
||||
|
||||
.toggle-button-no-slider:selected {
|
||||
|
|
|
@ -109,11 +109,13 @@
|
|||
-bs-prompt-text: -fx-control-inner-background;
|
||||
-bs-soft-red: #aa4c3b;
|
||||
-bs-turquoise-light: #11eeee;
|
||||
-bs-color-background-button-border: -bs-background-gray;
|
||||
-bs-color-border-form-field: -bs-background-gray;
|
||||
-bs-color-background-table-header: derive(-bs-background-color, -5%);
|
||||
-bs-color-background-table-cell-even: derive(-bs-background-color, 5%);
|
||||
-bs-color-background-table-cell-odd: derive(-bs-background-color, -5%);
|
||||
-bs-color-table-cell-faded: -bs-color-gray-ccc;
|
||||
-bs-color-background-form-field: white;
|
||||
|
||||
|
||||
/* Monero orange color code */
|
||||
-xmr-orange: #f26822;
|
||||
|
@ -142,5 +144,5 @@
|
|||
|
||||
/** All inputs have border in light mode. */
|
||||
.jfx-combo-box, .jfx-text-field, .jfx-text-area, .jfx-password-field {
|
||||
-fx-border-color: -bs-color-background-button-border;
|
||||
-fx-border-color: -bs-color-border-form-field;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue