1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-25 10:42:17 -05:00

[ux] status colors → variables

This commit is contained in:
karolinaszczur 2013-10-25 17:44:58 +02:00
parent bef8248185
commit baaa81c9ed
3 changed files with 7 additions and 7 deletions

View File

@ -660,17 +660,17 @@ button.secondary:hover:not(:disabled) {
#bookmarks li.online:after,
#roster li.chat:after,
#bookmarks li.chat:after {
background: #427a00;
background: #43bb6e;
}
#roster li.dnd:after,
#bookmarks li.dnd:after {
background: #c50041;
background: #de0a32;
}
#roster li.away:after,
#bookmarks li.away:after,
#roster li.xa:after,
#bookmarks li.xa:after {
background: #f57900;
background: #f18902;
}
#roster li.offline:not(:hover) .name,
#bookmarks li.offline:not(:hover) .name {

View File

@ -87,16 +87,16 @@
&.online,
&.chat
&:after
background: #427a00
background: $green
&.dnd
&:after
background: #c50041
background: $red
&.away,
&.xa
&:after
background: #f57900
background: $orange
&.offline:not(:hover)
.name

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# 0.0.1 1382697161857
# 0.0.1 1382715439961
CACHE:
/app.js