Adjusted scrollbar width/height

This commit is contained in:
bergware
2023-12-15 22:13:41 +01:00
parent a228380812
commit 1393bcdf1e
4 changed files with 4 additions and 4 deletions

View File

@@ -267,7 +267,7 @@ a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1r
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00}
a.bannerInfo {cursor:pointer;text-decoration:none}
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
::-webkit-scrollbar{width:10px;height:10px;background:transparent}
::-webkit-scrollbar{width:8px;height:8px;background:transparent}
::-webkit-scrollbar-thumb{background:lightgray;border-radius:10px}
::-webkit-scrollbar-corner{background:lightgray;border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:gray}

View File

@@ -255,7 +255,7 @@ a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1r
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00}
a.bannerInfo {cursor:pointer;text-decoration:none}
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
::-webkit-scrollbar{width:10px;height:10px;background:transparent}
::-webkit-scrollbar{width:8px;height:8px;background:transparent}
::-webkit-scrollbar-thumb{background:gray;border-radius:10px}
::-webkit-scrollbar-corner{background:gray;border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:lightgray}

View File

@@ -267,7 +267,7 @@ a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1r
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00}
a.bannerInfo {cursor:pointer;text-decoration:none}
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
::-webkit-scrollbar{width:10px;height:10px;background:transparent}
::-webkit-scrollbar{width:8px;height:8px;background:transparent}
::-webkit-scrollbar-thumb{background:gray;border-radius:10px}
::-webkit-scrollbar-corner{background:gray;border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:lightgray}

View File

@@ -255,7 +255,7 @@ a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1r
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00}
a.bannerInfo {cursor:pointer;text-decoration:none}
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
::-webkit-scrollbar{width:10px;height:10px;background:transparent}
::-webkit-scrollbar{width:8px;height:8px;background:transparent}
::-webkit-scrollbar-thumb{background:lightgray;border-radius:10px}
::-webkit-scrollbar-corner{background:lightgray;border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:gray}