From 33f982259f252083ca942eb96c8bb9c500b8a095 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 24 Feb 2019 10:41:42 +0100 Subject: [PATCH] themes --- Themes/BasicBackground/BasicBackground.css | 3 +++ Themes/FullThemeDark/FullThemeDark.css | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 8cc3772799..472a181346 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -681,6 +681,9 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"], display: none !important; } +.downloadApps-wbBFdZ .inner-2LETmR { + overflow-y: scroll; +} /* ----------------------- COLORING ----------------------- */ diff --git a/Themes/FullThemeDark/FullThemeDark.css b/Themes/FullThemeDark/FullThemeDark.css index d104227b14..ab29aef4bd 100644 --- a/Themes/FullThemeDark/FullThemeDark.css +++ b/Themes/FullThemeDark/FullThemeDark.css @@ -301,6 +301,18 @@ background-color: #36393F; border-radius: 5px; } +#app-mount .downloadApps-wbBFdZ .inner-2LETmR { + overflow-y: scroll; +} +#app-mount .downloadApps-wbBFdZ .inner-2LETmR::-webkit-scrollbar { + height: 8px; + width: 8px; +} +#app-mount .downloadApps-wbBFdZ .inner-2LETmR::-webkit-scrollbar-thumb { + background-color: rgba(32,34,37,.6); + border: 2px solid transparent; + border-radius: 4px; +} body #ace_settingsmenu { position: absolute;