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

@ -17,11 +17,7 @@
}
.Button, .Button:hover {
color: @control-color;
}
.Button {
&, &:hover {
background: @control-bg;
}
background: @control-bg;
}
.Button--flat {
background: transparent;