[QSO Dialog] More CSS fixes.
这个提交包含在:
父节点
62b2caf2b4
当前提交
dc7545729f
共有 1 个文件被更改,包括 6 次插入 和 6 次删除
|
|
@ -108,7 +108,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectize-dropdown, .selectize-input, .selectize-input input {
|
.selectize-dropdown, .selectize-input, .selectize-input input {
|
||||||
color: #fff;
|
color: #495057;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
@ -116,8 +116,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectize-input, .selectize-control.single .selectize-input.input-active {
|
.selectize-input, .selectize-control.single .selectize-input.input-active {
|
||||||
background: #2B3D51;
|
background: #FFF;
|
||||||
color: #fff;
|
color: #495057;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
display: inline-block
|
display: inline-block
|
||||||
}
|
}
|
||||||
|
|
@ -139,7 +139,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectize-input.full {
|
.selectize-input.full {
|
||||||
background-color: #2B3D51;
|
background-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectize-input.disabled, .selectize-input.disabled * {
|
.selectize-input.disabled, .selectize-input.disabled * {
|
||||||
|
|
@ -273,7 +273,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectize-dropdown .optgroup-header {
|
.selectize-dropdown .optgroup-header {
|
||||||
color: #6c757d;
|
color: #495057;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
cursor: default
|
cursor: default
|
||||||
}
|
}
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 2px 0 0 0;
|
margin: 2px 0 0 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background: #737F8B;
|
background: #fff;
|
||||||
border: 1px solid rgba(0, 0, 0, .15);
|
border: 1px solid rgba(0, 0, 0, .15);
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
|
box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用