Skip to content
Snippets Groups Projects
Commit ee71a9ff authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

do not force background on expanded cdm active/unread rows

parent 2a868b6b
No related branches found
No related tags found
No related merge requests found
...@@ -88,11 +88,11 @@ div.cdm.expanded > hr { ...@@ -88,11 +88,11 @@ div.cdm.expanded > hr {
margin-bottom : 0px; margin-bottom : 0px;
} }
div.cdm.Unread { div.cdm.expandable.Unread {
background : white; background : white;
} }
div.cdm.active { div.cdm.expandable.active {
border-color : #88b0f0; border-color : #88b0f0;
background : white ! important; background : white ! important;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment