important scrollbar style

This commit is contained in:
Timi
2025-11-11 14:53:25 +08:00
parent c626ecedb2
commit 553fc73ced

View File

@@ -3,18 +3,16 @@
*::-webkit-scrollbar { *::-webkit-scrollbar {
width: 10px !important; width: 10px !important;
height: 10px !important; height: 10px !important;
cursor: var(--tui-cur-default); background: #CFD2E0 !important;
background: #CFD2E0;
} }
*::-webkit-scrollbar-corner { *::-webkit-scrollbar-corner {
background: #CFD2E0; background: #CFD2E0 !important;
cursor: var(--tui-cur-default);
} }
*::-webkit-scrollbar-thumb { *::-webkit-scrollbar-thumb {
cursor: var(--tui-cur-default); background: #525870 !important;
background: #525870; border-radius: 0 !important;
} }
*::selection { *::selection {