fix link color in combined mode
This commit is contained in:
parent
06d1a1c158
commit
1a3eb77e52
|
@ -980,3 +980,12 @@ div.browserFeedInfo {
|
|||
div.browserFeedInfo div.detailsPart {
|
||||
margin : 5px 0px 5px 5px;
|
||||
}
|
||||
|
||||
div.cdmContent a {
|
||||
color : #5050aa;
|
||||
}
|
||||
|
||||
div.cdmContent a:hover {
|
||||
color : black;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue