mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Fixed coin select.
This commit is contained in:
4
basicswap/static/css/libs/dd.min.css
vendored
4
basicswap/static/css/libs/dd.min.css
vendored
@@ -6,13 +6,13 @@
|
||||
border-width: 1px;
|
||||
border-color: #fff
|
||||
}
|
||||
.blaat:active {
|
||||
.ms-effect:active {
|
||||
border-radius: 0.5rem;
|
||||
border-width: 1px;
|
||||
border-color: #3b82f6;
|
||||
outline: none !important
|
||||
}
|
||||
.blaat:focus {
|
||||
.ms-effect:focus {
|
||||
border-radius: 0.5rem;
|
||||
border-width: 1px;
|
||||
border-color: #3b82f6;
|
||||
|
||||
2
basicswap/static/js/libs/dd.min.js
vendored
2
basicswap/static/js/libs/dd.min.js
vendored
@@ -49,7 +49,7 @@
|
||||
},
|
||||
...t
|
||||
}, this._css = {}, this._onDocumentClick = null, this._onDocumentKeyDown = null, this._onDocumentKeyUp = null, this._isOpen = !1, this._DOWN_ARROW = 40, this._UP_ARROW = 38, this._LEFT_ARROW = 37, this._RIGHT_ARROW = 39, this._ESCAPE = 27, this._ENTER = 13, this._ALPHABETS_START = 47, this._SHIFT = 16, this._CONTROL = 17, this._MAC_CONTROL = 91, this._BACKSPACE = 8, this._DELETE = 46, this._SPACE = 32, this._shiftHolded = !1, this._controlHolded = !1, this._isFirstTime = !0, this._cacheEle = {}, this._isMouseDown = !1, this._itemsArr = [], this._css = {
|
||||
dd: this._settings.mainCss + " ms-pr blaat",
|
||||
dd: this._settings.mainCss + " ms-pr ms-effect",
|
||||
wrapperDisabled: "disabled",
|
||||
headerA: "ms-list-option option-selected ",
|
||||
header: "ms-dd-header ",
|
||||
|
||||
Reference in New Issue
Block a user