Adding some highlight to events in day view.

This commit is contained in:
Víðir Valberg Guðmundsson 2017-04-19 23:37:14 +02:00
parent f5018613f0
commit 21fabac47a

View file

@ -172,6 +172,11 @@ footer {
cursor: pointer;
}
.event-td a {
display: block;
}
@media (max-width: 520px) {
.event {
width: 50%;
@ -179,10 +184,14 @@ footer {
}
}
.event:hover {
.event:hover, .event-td:hover {
background-color: black !important;
color: white !important;
text-decoration: none;
text-decoration: none !important;
}
.event-td a:hover {
text-decoration: none !important;
}
.fa-select {