BUGFIX: fix selected & unread notifications dropdown background color

This commit is contained in:
Régis Hanol 2014-05-06 12:34:50 +02:00
parent 7870afbfd4
commit 8cf937cdcb
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
$primary: #333 !default;
$secondary: #fff !default;
$tertiary: #0088cc !default;
$primary: #333333 !default;
$secondary: #ffffff !default;
$tertiary: #0088cc !default;
$highlight: #ffff4d !default;
$danger: #e45735 !default;
$success: #009900 !default;
$love: #fa6c8d !default;
$danger: #e45735 !default;
$success: #009900 !default;
$love: #fa6c8d !default;

View File

@ -183,7 +183,7 @@
line-height: 15px;
}
.selected {
background-color: $tertiary;
background-color: scale-color($tertiary, $lightness: 75%);
}
// Notifications
@ -193,7 +193,7 @@
color: scale-color($primary, $lightness: 50%);
}
li {
background-color: $tertiary;
background-color: scale-color($tertiary, $lightness: 75%);
}
.read {
background-color: $secondary;