Made the mouseover background color for thread rows with alpha, added a fallback to regular hex as well

This commit is contained in:
Daniel Gimmer 2017-01-11 19:51:59 +01:00 committed by Rachael Alexanderson
parent 685528c3c1
commit 5e29beeb25
1 changed files with 2 additions and 1 deletions

View File

@ -404,7 +404,8 @@ li.row strong {
} }
li.row:hover { li.row:hover {
background-color: #091929; background-color: #162534;
background-color: rgba(255,255,255,0.05);
} }
li.row:hover dd { li.row:hover dd {