mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Added Icon
This commit is contained in:
parent
ccabb55f8e
commit
c92ef46062
2 changed files with 24 additions and 4 deletions
|
@ -33,6 +33,7 @@
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
border: 1px solid rebeccapurple !important;
|
border: 1px solid rebeccapurple !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--- 'NSFW' Chat Icon Recolor ---*/
|
/*--- 'NSFW' Chat Icon Recolor ---*/
|
||||||
.icon_fc4f04 path[d^="M18.09 1.63"] {
|
.icon_fc4f04 path[d^="M18.09 1.63"] {
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
|
@ -48,11 +49,20 @@
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--- Werid 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
|
/*--- 'NSFW' Thread Icon Chat Icon Recolor ---*/
|
||||||
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] {
|
.icon_fc4f04 path[d^="M18.09 15.63c.4-.7"] {
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--- 'NSFW' Thread Icon Chat Icon 2 Recolor ---*/
|
||||||
|
.icon_ec583a path[d^="M18.09 15.63c.4-.7"] {
|
||||||
|
fill: var(--status-danger-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
|
||||||
|
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] {
|
||||||
|
fill: var(--status-danger-background) !important;
|
||||||
|
}
|
||||||
/*-------------------------------------------------------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/*--- Lock Icon Channel List Recolor ---*/
|
/*--- Lock Icon Channel List Recolor ---*/
|
||||||
|
|
|
@ -26,7 +26,17 @@
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--- Werid 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
|
/*--- 'NSFW' Thread Icon Chat Icon Recolor ---*/
|
||||||
|
.icon_fc4f04 path[d^="M18.09 15.63c.4-.7"] {
|
||||||
|
fill: var(--status-danger-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*--- 'NSFW' Thread Icon Chat Icon 2 Recolor ---*/
|
||||||
|
.icon_ec583a path[d^="M18.09 15.63c.4-.7"] {
|
||||||
|
fill: var(--status-danger-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
|
||||||
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] {
|
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] {
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue