set color of div.timeline-event-selected

This commit is contained in:
Uwe Steinmann 2015-10-19 13:16:28 +02:00
parent f83ae3eda1
commit e52059df64

View File

@ -144,6 +144,12 @@ div.status_change_-1 {
border-color: #F89797;
}
div.timeline-event-selected {
background-color: #fff785;
border-color: #ffc200;
z-index: 999;
}
@media (max-width: 480px) {
.nav-tabs > li {
float:none;