important scrollbar style
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user