diff --git a/src/injectors/ven/plugins.scss b/src/injectors/ven/plugins.scss index db5710ec..dc67e0f8 100644 --- a/src/injectors/ven/plugins.scss +++ b/src/injectors/ven/plugins.scss @@ -47,19 +47,22 @@ margin-top: 5px; } +// SHOW HIDDEN CHANNELS // SHOW HIDDEN CHANNELS .shc-lock-screen-allowed-users-and-roles-container { background-color: rgba(0, 0, 0, 0.8); } .shc-lock-screen-allowed-users-and-roles-container button { - background: $main-color; + background: transparent; color: #fff; border-radius: 10px; + z-index: 10; &:hover { background: $hover-color; color: #fff; border-radius: 10px; + z-index: 10; } } @@ -71,9 +74,17 @@ position: relative; background-color: transparent; %emptyChannelRoleColor { - z-index: 10; + z-index: -1; + } + &:hover { + background-color: $hover-color; } } + +.scroller_ccc074 { + background-color: rgba(0, 0, 0, 0.8); +} + /* Summaries in chat BETA */ .topicsPillContainer__2c107 { background: rgba(0, 0, 0, 0.6);