瀏覽代碼

Fix symbols

* Bad search and replace broke it
undefined
Tomochin 3 年之前
父節點
當前提交
dc9d3e8854
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. +8
    -8
      static/styles/sugoi/style.css

+ 8
- 8
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) {


Loading…
取消
儲存