From dc9d3e88548a3b1f6f449363ea610a9d32fb4e60 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Wed, 25 Nov 2020 14:43:45 +0700 Subject: [PATCH] Fix symbols * Bad search and replace broke it --- static/styles/sugoi/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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) {