diff --git a/emhttp/plugins/dynamix/styles/default-azure.css b/emhttp/plugins/dynamix/styles/default-azure.css index 54f6a6479..ace1478de 100644 --- a/emhttp/plugins/dynamix/styles/default-azure.css +++ b/emhttp/plugins/dynamix/styles/default-azure.css @@ -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} diff --git a/emhttp/plugins/dynamix/styles/default-black.css b/emhttp/plugins/dynamix/styles/default-black.css index 2691ccd85..da2a824b9 100644 --- a/emhttp/plugins/dynamix/styles/default-black.css +++ b/emhttp/plugins/dynamix/styles/default-black.css @@ -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} diff --git a/emhttp/plugins/dynamix/styles/default-gray.css b/emhttp/plugins/dynamix/styles/default-gray.css index 76675c744..a4f9b34f4 100644 --- a/emhttp/plugins/dynamix/styles/default-gray.css +++ b/emhttp/plugins/dynamix/styles/default-gray.css @@ -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} diff --git a/emhttp/plugins/dynamix/styles/default-white.css b/emhttp/plugins/dynamix/styles/default-white.css index 1a5bf42f8..9fc182833 100644 --- a/emhttp/plugins/dynamix/styles/default-white.css +++ b/emhttp/plugins/dynamix/styles/default-white.css @@ -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}