mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Newboth Update
This commit is contained in:
parent
ec843c8cd6
commit
8494a25c06
1 changed files with 9 additions and 7 deletions
|
@ -4,15 +4,17 @@
|
||||||
* @version 500.0
|
* @version 500.0
|
||||||
* @description View both STATUS and USERNAME at the same time
|
* @description View both STATUS and USERNAME at the same time
|
||||||
*/
|
*/
|
||||||
[class^=hovered], [class^=hoverRoll][class*=forceHover]:not([class^=disabled]) > [class^=default]
|
|
||||||
{
|
|
||||||
opacity: 1!important;
|
|
||||||
transform: none;
|
|
||||||
}
|
|
||||||
[class^=avatarWrapper_] [class^=nameTag_] [class^=hovered_]::before{
|
[class^=avatarWrapper_] [class^=nameTag_] [class^=hovered_]::before{
|
||||||
content: "@";
|
color: var(--text-muted);
|
||||||
|
content: "@";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container_b2ca13 .hovered_e07331, .hoverRoll_e07331.forceHover_e07331:not(.disabled_e07331) .default_e07331{
|
||||||
|
opacity: 1!important;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
[class^=hoverRoll] > [class^=default]
|
[class^=hoverRoll] > [class^=default]
|
||||||
{
|
{
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue