Cleanup, layout fixes, better event colors.
This commit is contained in:
+2
-4
@@ -4,9 +4,8 @@
|
||||
padding: .1em .3em;
|
||||
margin: .1em 0;
|
||||
border-radius: .2em;
|
||||
color: white;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
white-space: normal;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
@@ -15,14 +14,13 @@
|
||||
cursor: pointer;
|
||||
z-index: 5;
|
||||
}
|
||||
.event:hover { opacity: .8 }
|
||||
|
||||
/* Spanning events in the overlay (grid-positioned, not absolutely measured) */
|
||||
.event-span {
|
||||
font-size: .75em;
|
||||
padding: 0 .5em;
|
||||
border-radius: .4em;
|
||||
color: white;
|
||||
color: var(--inkstrong);
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user