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
c2a3ccd3d7
commit
8ba4b816af
3 changed files with 15 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
||||||
.icon_bcc24e path[d^="M18.5 23c.88" ] {
|
.icon_bcc24e path[d^="M18.5 23c.88" ] {
|
||||||
fill: var(--green-360) !important;
|
fill: var(--green-360) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/*--- 'NSFW' Channel List Icon Recolor ---*/
|
/*--- 'NSFW' Channel List Icon Recolor ---*/
|
||||||
|
@ -63,6 +62,11 @@
|
||||||
.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
|
.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--- Ping Warning ---*/
|
||||||
|
.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] {
|
||||||
|
fill: var(--status-danger-background) !important;
|
||||||
|
}
|
||||||
/*-------------------------------------------------------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/*--- Lock Icon Channel List Recolor ---*/
|
/*--- Lock Icon Channel List Recolor ---*/
|
||||||
|
|
|
@ -30,3 +30,8 @@
|
||||||
.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
|
.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--- Ping Warning ---*/
|
||||||
|
.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] {
|
||||||
|
fill: var(--status-danger-background) !important;
|
||||||
|
}
|
|
@ -59,3 +59,8 @@
|
||||||
.icon_bcc24e path[d^="M18.09 1.63"] {
|
.icon_bcc24e path[d^="M18.09 1.63"] {
|
||||||
fill: var(--status-danger-background) !important;
|
fill: var(--status-danger-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--- Ping Warning ---*/
|
||||||
|
.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] {
|
||||||
|
fill: var(--status-danger-background) !important;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue