Adding some highlight to events in day view.
This commit is contained in:
parent
f5018613f0
commit
21fabac47a
|
@ -172,6 +172,11 @@ footer {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.event-td a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 520px) {
|
@media (max-width: 520px) {
|
||||||
.event {
|
.event {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
@ -179,10 +184,14 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.event:hover {
|
.event:hover, .event-td:hover {
|
||||||
background-color: black !important;
|
background-color: black !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
text-decoration: none;
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-td a:hover {
|
||||||
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-select {
|
.fa-select {
|
||||||
|
|
Loading…
Reference in a new issue