| @@ -556,7 +556,7 @@ table.listing { | |||||
| border: 1px solid #674E4E; | border: 1px solid #674E4E; | ||||
| border-collapse: collapse; | border-collapse: collapse; | ||||
| } | } | ||||
| table.listing thead, .message-list div.topic div.subject { | |||||
| table.listing thead { | |||||
| background: #674E4E; | background: #674E4E; | ||||
| color: #fff; | color: #fff; | ||||
| } | } | ||||
| @@ -690,10 +690,10 @@ table.listing tbody td.new_replies { | |||||
| padding-left: 20px; | padding-left: 20px; | ||||
| } | } | ||||
| .message-list div.topic div.subject { | .message-list div.topic div.subject { | ||||
| background: transparent url(fiole.png) no-repeat top left; | |||||
| background: #4E6A91 url(fiole.png) no-repeat top left; | |||||
| } | } | ||||
| .message-list div.topic.new div.subject { | .message-list div.topic.new div.subject { | ||||
| background: transparent url(fiole-new.png) no-repeat top left; | |||||
| background: #4E6A91 url(fiole-new.png) no-repeat top left; | |||||
| } | } | ||||
| /* === DIFF === */ | /* === DIFF === */ | ||||