Skip to content
Snippets Groups Projects
Commit ffa20ccd authored by Martin Mareš's avatar Martin Mareš
Browse files

App: Raise meetings on hover

This makes collisions more easily visible.
parent 060cad93
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@
}
.meeting:hover {
background-color: #aaaaff;
z-index: 1;
}
.collision {
border: 1px solid red;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment