| @@ -855,14 +855,14 @@ css block is needed for .rowlight and .rowdark*/ | |||||
| .last_read {margin-left: 5px; fill: #222f68;} | .last_read {margin-left: 5px; fill: #222f68;} | ||||
| .colhead_dark .last_read {fill: #4d73ff;} | .colhead_dark .last_read {fill: #4d73ff;} | ||||
| .unread_locked_sticky{background: url(/static/common/caticons/locked_sticky_unread.png) no-repeat center center;} | |||||
| .read_locked_sticky{background: url(/static/common/caticons/locked_sticky_read.png) no-repeat center center;} | |||||
| .read_sticky{background: url(/static/common/caticons/sticky_read.png) no-repeat center center;} | |||||
| .unread_sticky{background: url(/static/common/caticons/sticky_unread.png) no-repeat center center;} | |||||
| .unread_locked{background: url(/static/common/caticons/locked_unread.png) no-repeat center center;} | |||||
| .read_locked{background: url(/static/common/caticons/locked_read.png) no-repeat center center;} | |||||
| .unread{background: url(/static/common/caticons/unread.png) no-repeat center center;} | |||||
| .read{background: url(/static/common/caticons/read.png) no-repeat center center;} | |||||
| .unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;} | |||||
| .read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;} | |||||
| .read_sticky{background: url(images/sticky_read.png) no-repeat center center;} | |||||
| .unread_sticky{background: url(images/sticky_unread.png) no-repeat center center;} | |||||
| .unread_locked{background: url(images/locked_unread.png) no-repeat center center;} | |||||
| .read_locked{background: url(images/locked_read.png) no-repeat center center;} | |||||
| .unread{background: url(images/unread.png) no-repeat center center;} | |||||
| .read{background: url(images/read.png) no-repeat center center;} | |||||
| strong.quoteheader {color: #000;} | strong.quoteheader {color: #000;} | ||||
| tr.row:nth-of-type(odd) { | tr.row:nth-of-type(odd) { | ||||