mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
acf5484db3
yeah just add all of it
19 lines
No EOL
413 B
CSS
19 lines
No EOL
413 B
CSS
/*
|
|
** Channel List
|
|
*/
|
|
|
|
div[class*="base-"] {
|
|
border-radius: 0px !important;
|
|
}
|
|
|
|
div[class*="wrapper-"] div[class*="unread-"] {
|
|
-webkit-animation: pulse-gw .5s infinite alternate;
|
|
background-color: hsla(0,0,1,.5);
|
|
border-radius: 0 6px 6px 0 !important;
|
|
height: 8px !important;
|
|
left: 0px !important;
|
|
margin-top: -4px !important;
|
|
position: absolute !important;
|
|
top: 50% !important;
|
|
width: 10px !important;
|
|
} |