Skip to content
Snippets Groups Projects
Commit c6fa5e0b authored by Bsandor453's avatar Bsandor453
Browse files

Added styles for new note link button

parent 0c401e3e
No related branches found
No related tags found
No related merge requests found
#task {
#task, #tasknote{
border: none;
background-color: inherit;
color: teal;
}
#task:hover {
#tasknote {
color: black;
}
#task:hover, #tasknote:hover {
color: red;
cursor: pointer;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment