mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Added hover background colors to the issue list items
This commit is contained in:
@@ -2836,15 +2836,23 @@ div.full-screen > button:hover {
|
||||
height: auto;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.issues-list li.severity-warning {
|
||||
background: #ffb;
|
||||
}
|
||||
.issues-list li.severity-warning:hover {
|
||||
background: #FFFF99;
|
||||
}
|
||||
.issues-list li.severity-warning .icon {
|
||||
color: #FFB300
|
||||
}
|
||||
|
||||
.issues-list li.severity-error {
|
||||
background: #FFD5D4;
|
||||
}
|
||||
.issues-list li.severity-error:hover {
|
||||
background: #FFC8C6;
|
||||
}
|
||||
.issues-list li.severity-error .icon {
|
||||
color: #DD1400
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user