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

@ -70,16 +70,16 @@
.define-header(@config-colored-header);
.define-header(false) {
@header-bg: @body-bg;
@header-color: @primary-color;
@header-control-bg: @control-bg;
@header-control-color: @control-color;
@header-bg: @body-bg;
@header-color: @primary-color;
@header-control-bg: @control-bg;
@header-control-color: @control-color;
}
.define-header(true) {
@header-bg: @primary-color;
@header-color: @body-bg;
@header-control-bg: fade(#000, 10%);
@header-control-color: @body-bg;
@header-bg: @primary-color;
@header-color: @body-bg;
@header-control-bg: fade(#000, 10%);
@header-control-color: @body-bg;
}
// ---------------------------------