fix: show proper stripe colors for popped weather
This commit is contained in:
parent
cbf4a41e34
commit
81447490c9
1 changed files with 11 additions and 0 deletions
|
@ -86,6 +86,17 @@ main {
|
|||
color: #63f0fd;
|
||||
}
|
||||
|
||||
#nm-list section.missing_reqs.popped {
|
||||
background-color: #b5443aD2;
|
||||
background-image: repeating-linear-gradient(
|
||||
45deg,
|
||||
rgba(181, 68, 58, 0.47),
|
||||
rgba(181, 68, 58, 0.47) 10px,
|
||||
#b5443a 10px,
|
||||
#b5443a 20px
|
||||
);
|
||||
}
|
||||
|
||||
#nm-list section.popped:hover {
|
||||
background-color: rgba(181, 68, 58, 0.9);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue