fix(buttons, calendar): colors

pull/3/head
alex 2016-03-02 16:27:46 +03:00
parent bcfc233487
commit 51d64782ce
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ $hover: 24;
} }
} }
button.btn.btn-default.dropdown-toggle { .dropdown button.btn.btn-default.dropdown-toggle {
color: #fff; color: #fff;
} }

View File

@ -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;
} }