Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Added modified reaction list menu and modified three dots menu in the…
Browse files Browse the repository at this point in the history
… chat.
  • Loading branch information
HerrEurobeat committed Apr 17, 2018
1 parent f367ea2 commit e3ea266
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CustomFrostedGlassTheme/CustomFrostedGlassSource.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit e3ea266

Please sign in to comment.