Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All fixes and issues in VisualEvent I've made #19

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
5 changes: 5 additions & 0 deletions css/VisualEvent.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,8 @@ div.Event_LabelColour {
#Event_Display div.Event_bg_black:hover {
border: rgba(190, 190, 190, 1) 2px solid;
}

#Event_Display div.EventLabel {
position: absolute;
font: 14px sans-serif;
}
Loading