Update: 更新滚动条样式

This commit is contained in:
王立帮
2024-12-09 10:51:59 +08:00
parent 1d577bf64a
commit f41f53e441
5 changed files with 21 additions and 130 deletions

View File

@@ -11,6 +11,14 @@
color: var(--lay-color-white) !important;
}
html[data-bs-theme=light] ul[m-id="{{d.mId}}"] {
border-bottom: 1px solid #c9c9c9;
}
html[data-bs-theme=dark] ul[m-id="{{d.mId}}"] {
border-bottom: 1px solid rgba(128, 128, 128, 0.35);
}
ul[m-id="{{d.mId}}"] button {
position: relative;
overflow: hidden;