mirror of
https://git.openwrt.org/project/luci.git
synced 2025-05-07 20:35:55 +08:00
luci-theme-openwrt: fix a few CSS errors
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
parent
91eed03a43
commit
e7ce4d2a1c
@ -576,17 +576,17 @@ ul.cbi-apply {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
input:-webkit-input-placeholder {
|
||||
/*input:-webkit-input-placeholder {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
}*/
|
||||
|
||||
input:-moz-placeholder {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
|
||||
input:-ms-input-placeholder {
|
||||
/*input:-ms-input-placeholder {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
}*/
|
||||
|
||||
input[type=submit],
|
||||
input[type=reset],
|
||||
@ -976,7 +976,7 @@ div.cbi-optionals {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
*::-ms-backdrop,
|
||||
/**::-ms-backdrop,*/
|
||||
.cbi-page-actions > .cbi-button-save,
|
||||
.cbi-page-actions > .cbi-button-apply,
|
||||
.cbi-page-actions > form[method="post"] {
|
||||
@ -1386,11 +1386,6 @@ ul.cbi-tabmenu li.cbi-tab-disabled[data-errors]::after {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* indication line for drag-and-drop in UIDynamicList*/
|
||||
.cbi-dynlist > .add-item > .cbi-input-text.drag-over {
|
||||
border-top: 1px solid re;
|
||||
}
|
||||
|
||||
/* indication line for drag-and-drop in UIDynamicList*/
|
||||
.cbi-dynlist > .add-item > .cbi-button-add.drag-over {
|
||||
border-top: 1px solid red;
|
||||
|
Loading…
x
Reference in New Issue
Block a user