1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

Fix: names display when idle

This commit is contained in:
Sebastien Hut 2015-01-22 11:14:42 +01:00
parent edc7151987
commit 2792f08271
2 changed files with 2 additions and 15 deletions

View File

@ -785,10 +785,6 @@ button.secondary:hover:not(:disabled) {
background: #cfcfd2;
border-color: #cfcfd2;
}
#roster li.idle,
#bookmarks li.idle {
padding-right: 15px;
}
#roster li.idle:after,
#bookmarks li.idle:after {
background: transparent;
@ -796,11 +792,7 @@ button.secondary:hover:not(:disabled) {
#roster li.idle .name,
#bookmarks li.idle .name {
color: #c1dcec;
max-width: 60%;
}
#roster li.idle .user,
#bookmarks li.idle .user {
width: 95%;
font-style: italic;
}
#roster li .presence,
#bookmarks li .presence {

View File

@ -186,17 +186,12 @@
border-color: lighten($gray-light, 30%)
&.idle
padding-right: 15px
&:after
background: transparent
.name
color: $sidebarNames
max-width: 60%
.user
width: 95%
font-style: italic
.presence
font-size: 10px