Impr todo & removed tr hover (theme incompatibility)

This commit is contained in:
Crom (Thibaut CHARLES) 2015-07-22 09:53:15 +02:00
parent 948db550fe
commit 9f47510eb9
1 changed files with 4 additions and 7 deletions

View File

@ -32,15 +32,12 @@ todo::before{
content: "TODO";
background-color: #0FF;
font-weight: bold;
padding: 2px;
margin-right: 5px;
padding: 0 5px;
}
todo{
border: solid 1px #F00;
}
pre{
border-left: 4px solid #A49C8E !important;
}
tbody tr:hover{
background-color: #FBFBFB !important;
}