EndPwn2/css/channels.css
BlockBuilder57 acf5484db3 add endpwn
yeah just add all of it
2018-04-17 21:35:29 -05:00

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;
}