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