css: update webkit scrollbar styles
This commit is contained in:
parent
70a9f30179
commit
73edaa3db9
File diff suppressed because one or more lines are too long
|
@ -1221,3 +1221,15 @@ body.ttrss_login {
|
|||
background : @color-accent;
|
||||
color : white;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: @color-accent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
|
|
@ -238,9 +238,9 @@ body.claro.ttrss_index h3 {
|
|||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
background-color: var(--border-main);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color:rgba(255,255,255,0.2);
|
||||
background-color: var(--bg-panel);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue