From e3ea266d2e88b2debc9b9b705a3ad501c12d8c64 Mon Sep 17 00:00:00 2001 From: HerrEurobeat Date: Tue, 17 Apr 2018 17:06:33 +0200 Subject: [PATCH] Added modified reaction list menu and modified three dots menu in the chat. --- .../CustomFrostedGlassSource.css | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CustomFrostedGlassTheme/CustomFrostedGlassSource.css b/CustomFrostedGlassTheme/CustomFrostedGlassSource.css index c4bdc74..cf1ce71 100644 --- a/CustomFrostedGlassTheme/CustomFrostedGlassSource.css +++ b/CustomFrostedGlassTheme/CustomFrostedGlassSource.css @@ -694,4 +694,26 @@ div[class*="userPopout-"] { } .popout-menu .popout-menu-separator, .separator-1hpa3S { border-bottom: 1px solid #1d232d; +} + +/* Modified reactions list menu */ +.theme-dark .reactors-2PjMP0 { + background-image: var(--blurredimage); + background-size: cover; + background-position: center; + background-attachment: fixed; + box-shadow: inset 0 0 200px 200px rgba(255, 255, 255, 0.15); +} +.theme-dark .sidebar-32BRdp { + background-image: var(--blurredimage); + background-size: cover; + background-position: center; + background-attachment: fixed; + box-shadow: inset 0 0 200px 200px rgba(255, 255, 255, 0.05); +} + +/* Modified three dots menu in chat: (Code by https://betterdocs.net/collections/themes/products/dark-blue) */ +.small-popout-box { + background-color: rgba(0, 0, 0, .35); + border: 1px solid #101721; } \ No newline at end of file