mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-08 23:14:06 +08:00
更改滚动条样式
This commit is contained in:
parent
7ca94f1141
commit
b5e626c631
@ -68,21 +68,27 @@
|
|||||||
box-shadow: 0px 0px 5px 1px #FF5722;
|
box-shadow: 0px 0px 5px 1px #FF5722;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar
|
|
||||||
{
|
::-webkit-scrollbar {
|
||||||
width: 7px;
|
width:9px;
|
||||||
height: 5px;
|
|
||||||
background-color: #F5F5F5;
|
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-track
|
|
||||||
{
|
::-webkit-scrollbar-track {
|
||||||
box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.2);
|
-webkit-border-radius:5px;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
background-color:#F5F5F5;
|
background:rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb
|
|
||||||
{
|
::-webkit-scrollbar-thumb {
|
||||||
|
-webkit-border-radius:5px;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
box-shadow:inset 0 0 6px rgba(0,0,0,.3);
|
background:rgba(0,0,0,0.2);
|
||||||
background-color:#959da5;
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background:rgba(0,0,0,0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:window-inactive {
|
||||||
|
background:rgba(0,0,0,0.05);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user