1
0
Fork 0

change notification color

This commit is contained in:
Claudius Weinberger 2014-02-28 21:15:47 +01:00
parent bc3bf667dd
commit dbb601bbab
2 changed files with 6 additions and 3 deletions

View File

@ -50,3 +50,5 @@ $c_navBarSpacer : #A0A0A0;
$c_navBarSpacerShadow : #C8C8C8;
$c_btn_inverse : #736B68;
$c_notification_red : #FF0000;

View File

@ -81,6 +81,7 @@
background-color: #333232;
border-radius: 3px;
border: 2px solid #8AA051;
text-align: center;
}
.notificationItemContent {
@ -92,12 +93,12 @@
}
.fullNotification {
border: 2px solid red !important;
background-color: red !important;
border: 2px solid $c_notification_red !important;
background-color: $c_notification_red !important;
}
#stat_hd #stat_hd_counter {
color: white;
margin-left: 8px;
margin-left: 0px;
line-height: 24px;
}