mirror of https://github.com/akveo/blur-admin
fix(buttons, calendar): colors
parent
bcfc233487
commit
51d64782ce
|
@ -64,7 +64,7 @@ $hover: 24;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button.btn.btn-default.dropdown-toggle {
|
.dropdown button.btn.btn-default.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -117,12 +117,12 @@ div.blurCalendar{
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-today {
|
.fc-today {
|
||||||
background: $primary-bg;
|
background: rgba(255,255,255,0.15);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-highlight {
|
.fc-highlight {
|
||||||
background: $primary-bg;
|
background: rgba(255,255,255,0.25);
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue