mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
ovrelay-scrollbars: use currentcolor instead of black for thumb
This makes the thumb visible on pages with dark background - at least most of the time.
This commit is contained in:
parent
817012e23c
commit
fcec71b08a
1 changed files with 7 additions and 7 deletions
|
@ -21,13 +21,13 @@ scrollbar thumb{
|
|||
}
|
||||
|
||||
scrollbar[orient = "vertical"] thumb{
|
||||
border-image-source: linear-gradient(to right, transparent 12px, black 14px);
|
||||
border-image-source: linear-gradient(to right, transparent 13px, currentcolor 13px);
|
||||
border-image-width: 0 0 0 16px;
|
||||
border-image-slice: 0% 0% 0% 100%;
|
||||
border-image-repeat: stretch;
|
||||
}
|
||||
scrollbar[orient = "horizontal"] thumb{
|
||||
border-image-source: linear-gradient(to bottom, transparent 12px, black 14px);
|
||||
border-image-source: linear-gradient(to bottom, transparent 13px, currentcolor 13px);
|
||||
border-image-width: 16px 0 0 0;
|
||||
border-image-slice: 100% 0% 0% 0%;
|
||||
border-image-repeat: stretch;
|
||||
|
|
Loading…
Reference in a new issue