Browse Source

Fix symbols

* Bad search and replace broke it
undefined
Tomochin 3 years ago
parent
commit
dc9d3e8854
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      static/styles/sugoi/style.css

+ 8
- 8
static/styles/sugoi/style.css View File

@@ -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) {


Loading…
Cancel
Save