修复 强制保存
按钮无法正常显示
This commit is contained in:
parent
0addd36ae7
commit
2e80693c0c
@ -2417,10 +2417,12 @@ td>table>tbody>tr>td,
|
|||||||
border: 0 solid #918e8c;
|
border: 0 solid #918e8c;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 0 0 4px #918e8c;
|
box-shadow: 0 0 4px #918e8c;
|
||||||
|
border-top-left-radius: .35rem;
|
||||||
|
border-top-right-radius: .35rem;
|
||||||
border-bottom-left-radius: .35rem;
|
border-bottom-left-radius: .35rem;
|
||||||
border-bottom-right-radius: .35rem;
|
border-bottom-right-radius: .35rem;
|
||||||
color: var(--main-menu-color);
|
color: var(--main-menu-color);
|
||||||
margin-left: -0.55rem !important
|
margin-left: -0.80rem !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-dropdown[open]>ul.dropdown li {
|
.cbi-dropdown[open]>ul.dropdown li {
|
||||||
@ -2759,7 +2761,8 @@ body.modal-overlay-active #modal_overlay {
|
|||||||
|
|
||||||
.cbi-page-actions {
|
.cbi-page-actions {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
text-align: right;
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
justify-content: flex-end
|
justify-content: flex-end
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4376,7 +4379,7 @@ pre.command-output {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cbi-dropdown[open]>ul.dropdown {
|
.cbi-dropdown[open]>ul.dropdown {
|
||||||
left: 0.2rem !important;
|
left: 0.785rem !important;
|
||||||
right: 0 !important;
|
right: 0 !important;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user