ul.dropdown>li:hover 鼠标悬停时背景色块

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-10-28 22:57:09 +08:00
parent 0e7bd69b2e
commit c57e3db41b
2 changed files with 8 additions and 0 deletions

View File

@ -2461,6 +2461,10 @@ td>table>tbody>tr>td,
padding: .5rem .8rem
}
.cbi-dropdown[open]>ul.dropdown>li:hover {
background-color: #f0f0f0; /* 鼠标悬停时的背景色块 */
}
.cbi-dropdown[open]>ul.dropdown>li label {
margin-left: .5rem
}

View File

@ -756,6 +756,10 @@ input,
outline: none;
}
.cbi-dropdown[open]>ul.dropdown>li:hover {
background-color: #444950; /* 鼠标悬停时的背景色块 */
}
.ifacebadge {
background-color: #444950;
}