quattro theme update:

icon and notification for introductions
icon and notification for private messages
correct link to edit profile with single profile enabled
This commit is contained in:
Fabrixxm 2013-10-22 13:53:12 -04:00
commit 900b90ad85
13 changed files with 172 additions and 12 deletions

View file

@ -19,6 +19,12 @@
.icon.notify {
background-image: url("../../../images/icons/22/notify_off.png");
}
.icon.intro {
background-image: url("icons/contacts_off.png");
}
.icon.mail {
background-image: url("icons/messages_off.png");
}
.icon.gear {
background-image: url("../../../images/icons/22/gear.png");
}
@ -83,6 +89,12 @@
.icon.s10.notify {
background-image: url("../../../images/icons/10/notify_off.png");
}
.icon.s10.intro {
background-image: url("icons/contacts_off.png");
}
.icon.s10.mail {
background-image: url("icons/messages_off.png");
}
.icon.s10.gear {
background-image: url("../../../images/icons/10/gear.png");
}
@ -147,6 +159,12 @@
.icon.s16.notify {
background-image: url("../../../images/icons/16/notify_off.png");
}
.icon.s16.intro {
background-image: url("icons/contacts_off.png");
}
.icon.s16.mail {
background-image: url("icons/messages_off.png");
}
.icon.s16.gear {
background-image: url("../../../images/icons/16/gear.png");
}
@ -211,6 +229,12 @@
.icon.s22.notify {
background-image: url("../../../images/icons/22/notify_off.png");
}
.icon.s22.intro {
background-image: url("icons/contacts_off.png");
}
.icon.s22.mail {
background-image: url("icons/messages_off.png");
}
.icon.s22.gear {
background-image: url("../../../images/icons/22/gear.png");
}
@ -275,6 +299,12 @@
.icon.s48.notify {
background-image: url("../../../images/icons/48/notify_off.png");
}
.icon.s48.intro {
background-image: url("icons/contacts_off.png");
}
.icon.s48.mail {
background-image: url("icons/messages_off.png");
}
.icon.s48.gear {
background-image: url("../../../images/icons/48/gear.png");
}
@ -589,6 +619,14 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify,
nav #nav-notifications-linkmenu.selected .icon.s22.notify {
background-image: url("../../../images/icons/22/notify_on.png");
}
nav #nav-introductions-link.on .icon.s22.intro,
nav #nav-introductions-link.selected .icon.s22.intro {
background-image: url("icons/contacts_on.png");
}
nav #nav-messages-link.on .icon.s22.mail,
nav #nav-messages-link.selected .icon.s22.mail {
background-image: url("icons/messages_on.png");
}
nav #nav-apps-link.selected {
background-color: #cbd38d;
}