luci-theme-openwrt: fix a few CSS errors
authorPaul Donald <[email protected]>
Wed, 23 Apr 2025 15:30:40 +0000 (17:30 +0200)
committerPaul Donald <[email protected]>
Wed, 23 Apr 2025 16:41:38 +0000 (18:41 +0200)
Signed-off-by: Paul Donald <[email protected]>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 74d12ac5243600321d28e1039fe8106e99a557e6..6381087a85f5095093403fbe6ce9bea5423853f8 100644 (file)
@@ -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;