Impr todo & removed tr hover (theme incompatibility)
This commit is contained in:
parent
948db550fe
commit
9f47510eb9
11
style.css
11
style.css
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user