do not force background on expanded cdm active/unread rows
This commit is contained in:
parent
2a868b6ba2
commit
ee71a9ff69
1 changed files with 2 additions and 2 deletions
4
cdm.css
4
cdm.css
|
@ -88,11 +88,11 @@ div.cdm.expanded > hr {
|
|||
margin-bottom : 0px;
|
||||
}
|
||||
|
||||
div.cdm.Unread {
|
||||
div.cdm.expandable.Unread {
|
||||
background : white;
|
||||
}
|
||||
|
||||
div.cdm.active {
|
||||
div.cdm.expandable.active {
|
||||
border-color : #88b0f0;
|
||||
background : white ! important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue