mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +00:00
set color of div.timeline-event-selected
This commit is contained in:
parent
f83ae3eda1
commit
e52059df64
|
@ -144,6 +144,12 @@ div.status_change_-1 {
|
||||||
border-color: #F89797;
|
border-color: #F89797;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.timeline-event-selected {
|
||||||
|
background-color: #fff785;
|
||||||
|
border-color: #ffc200;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.nav-tabs > li {
|
.nav-tabs > li {
|
||||||
float:none;
|
float:none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user