1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Away-users are 80% opaque now

This commit is contained in:
Tim Düsterhus 2012-03-23 22:52:46 +01:00
parent 01d68405b4
commit 068670ae66

View File

@ -83,6 +83,9 @@ #timsChatUserList {
}
}
}
.timsChatAway {
opacity: .8;
}
}
.timsChatMessage {
@ -233,8 +236,8 @@ .sidebarContent {
ul {
> li.activeMenuItem {
> a {
background-color: #FFFFFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
background-color: #FFFFFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
}
}