mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
New Snippet
This commit is contained in:
parent
2ce3bdd3f3
commit
17ee59a2ac
1 changed files with 18 additions and 0 deletions
18
OtherStuff/NewBoth.css
Normal file
18
OtherStuff/NewBoth.css
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
/**
|
||||||
|
* @name ViewBoth@andStatus
|
||||||
|
* @author krystalskullofficial
|
||||||
|
* @version 500.0
|
||||||
|
* @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{
|
||||||
|
content: "@";
|
||||||
|
}
|
||||||
|
[class^=hoverRoll] > [class^=default]
|
||||||
|
{
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue