mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-22 19:51:05 +00:00
Made the mouseover background color for thread rows with alpha, added a fallback to regular hex as well
This commit is contained in:
parent
685528c3c1
commit
5e29beeb25
1 changed files with 2 additions and 1 deletions
|
@ -404,7 +404,8 @@ li.row strong {
|
|||
}
|
||||
|
||||
li.row:hover {
|
||||
background-color: #091929;
|
||||
background-color: #162534;
|
||||
background-color: rgba(255,255,255,0.05);
|
||||
}
|
||||
|
||||
li.row:hover dd {
|
||||
|
|
Loading…
Reference in a new issue