mirror of
https://github.com/DerTyp7/better-teamspeak-theme.git
synced 2025-10-29 12:42:09 +01:00
Update BetterTeamSpeakTheme.scss
This commit is contained in:
@@ -1,22 +1,20 @@
|
|||||||
:root{
|
:root {
|
||||||
--tsv-bg: #1f2531 !important;
|
--tsv-bg: #1f2531 !important;
|
||||||
--tsv-bg-header: #1a1f29 !important;
|
--tsv-bg-header: #1a1f29 !important;
|
||||||
--tsv-border-header: #1d2433 !important;
|
--tsv-border-header: #1d2433 !important;
|
||||||
--tsv-shaded-bg: #1a1f29 !important;
|
--tsv-shaded-bg: #1a1f29 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tsv-header {
|
.tsv-header {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
border-bottom: 2px solid var(--tsv-border-header) !important;
|
border-bottom: 2px solid var(--tsv-border-header) !important;
|
||||||
|
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
background: var(--tsv-bg-header) !important;
|
background: var(--tsv-bg-header) !important;
|
||||||
-webkit-mask-image: none !important;
|
-webkit-mask-image: none !important;
|
||||||
mask-image: none !important;
|
mask-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.tsv-search-bar {
|
.tsv-search-bar {
|
||||||
.tsv-search-input {
|
.tsv-search-input {
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
@@ -26,34 +24,63 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tsv-header-bar-below-tools{
|
.tsv-header-bar-below-tools {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tsv-central-toolbar-buttons{
|
.tsv-central-toolbar-buttons {
|
||||||
&::before {
|
&::before {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tsv-header-floating {
|
.tsv-header-floating {
|
||||||
&::before {
|
&::before {
|
||||||
opacity: 1 !important;}
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.tsv-floating-background {
|
.tsv-floating-background {
|
||||||
backdrop-filter: none !important;
|
backdrop-filter: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tsv-activity-main{
|
.tsv-activity-main {
|
||||||
.tsv-header{
|
.tsv-header {
|
||||||
border-left: 2px solid var(--tsv-border-header) !important;
|
border-left: 2px solid var(--tsv-border-header) !important;
|
||||||
border-right: 2px solid var(--tsv-border-header) !important;
|
border-right: 2px solid var(--tsv-border-header) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tsv-icon-contact-status-favorite,
|
||||||
|
.tsv-icon-chat-room-status-favorite {
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
|
path {
|
||||||
|
d: path(
|
||||||
|
"M7,0.5 L8.15,3.9 H11.9 L9.35,6.2 L10.5,9.55 L7,7.65 L3.5,9.55 L4.65,6.2 L2.1,3.9 H5.85 Z"
|
||||||
|
) !important;
|
||||||
|
fill: #d4ca37 !important;
|
||||||
|
z-index: 9999 !important; // Set a high z-index value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.tsv-item-active-indicator {
|
||||||
|
border-right-color: transparent !important;
|
||||||
|
right: -2px !important;
|
||||||
|
&::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
width: 3px !important;
|
||||||
|
height: 15px !important;
|
||||||
|
background-color: var(--tsv-tint) !important;
|
||||||
|
top: -8px !important;
|
||||||
|
}
|
||||||
|
&::after {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user