From e9eecaed226b8c9f69932ebbb0394b5cc23440a9 Mon Sep 17 00:00:00 2001 From: dertyp7 Date: Thu, 18 Jan 2024 23:21:54 +0100 Subject: [PATCH] Update BetterTeamSpeakTheme.scss with new styles --- src/BetterTeamSpeakTheme.scss | 60 +++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/src/BetterTeamSpeakTheme.scss b/src/BetterTeamSpeakTheme.scss index 1af487a..7f68066 100644 --- a/src/BetterTeamSpeakTheme.scss +++ b/src/BetterTeamSpeakTheme.scss @@ -1,3 +1,59 @@ -.tsv-text-truncate{ - color :green !important; +:root{ + --tsv-bg: #1f2531 !important; + --tsv-bg-header: #1a1f29 !important; + --tsv-border-header: #1d2433 !important; + --tsv-shaded-bg: #1a1f29 !important; +} + +.tsv-header { + background: none !important; + border-bottom: 2px solid var(--tsv-border-header) !important; + + + &::before { + background: var(--tsv-bg-header) !important; + -webkit-mask-image: none !important; + mask-image: none !important; + } + + + .tsv-search-bar { + .tsv-search-input { + &::placeholder { + text-align: left !important; + letter-spacing: 1px !important; + } + } + } + + .tsv-header-bar-below-tools{ + background: none !important; + + &::before { + background: none !important; + } + } + + .tsv-central-toolbar-buttons{ + &::before { + background: none !important; + } + } +} + +.tsv-header-floating { + &::before { + opacity: 1 !important;} +} + + +.tsv-floating-background { + backdrop-filter: none !important; +} + +.tsv-activity-main{ + .tsv-header{ + border-left: 2px solid var(--tsv-border-header) !important; + border-right: 2px solid var(--tsv-border-header) !important; + } } \ No newline at end of file