Skip to content
Snippets Groups Projects
Commit 53050afc authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

change background-color when active and focus

parent c7397b0d
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,12 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; }
a:hover{
background-color: #1E1E1E !important;
}
a:active{
background-color: #1E1E1E !important;
}
a:focus{
background-color: #1E1E1E !important;
}
}
.divider{
background-color: white;
......
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