Fix notifications appearance on dark header

This commit is contained in:
Toby Zerner
2015-07-18 10:07:22 +09:30
parent 0b702d8b73
commit fc3e9c353d
5 changed files with 31 additions and 19 deletions

View File

@ -98,7 +98,7 @@
&:active,
&.active,
.open > .Dropdown-toggle& {
background-color: darken(@background, 5%);
background-color: darken(fadein(@background, 5%), 5%);
}
&.disabled,