diff --git a/static/styles/sugoi/style.css b/static/styles/sugoi/style.css index 9062768..6937f36 100755 --- a/static/styles/sugoi/style.css +++ b/static/styles/sugoi/style.css @@ -855,14 +855,14 @@ css block is needed for .rowlight and .rowdark*/ .last_read {margin-left: 5px; fill: #222f68;} .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;} tr.row:nth-of-type(odd) {