[SSE] Fix Bug 55357
This commit is contained in:
parent
b6b95345c8
commit
8c35514ced
|
@ -224,6 +224,10 @@
|
||||||
z-index: 14000;
|
z-index: 14000;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
.item-content .item-input-wrap::after {
|
||||||
|
background-color: @text-normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-backdrop.backdrop-in {
|
.dialog-backdrop.backdrop-in {
|
||||||
|
|
|
@ -619,11 +619,11 @@
|
||||||
input.modal-text-input {
|
input.modal-text-input {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
background: #fff;
|
background: @background-primary;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
border: 1px solid rgba(0,0,0,.3);
|
border: 1px solid @text-tertiary;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in a new issue