瀏覽代碼

Fix Oppai colour for unread pm

undefined
Tomochin 3 年之前
父節點
當前提交
ebfe5a827a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      static/styles/sugoi/style.css

+ 2
- 2
static/styles/sugoi/style.css 查看文件

@@ -860,7 +860,7 @@ css block is needed for .rowlight and .rowdark*/
/* Layout (Forums) */

.last_read {margin-left: 5px; fill: #222f68;}
.colhead_dark .last_read {fill: #DC86E0;}
.colhead_dark .last_read {fill: #4d73ff;}

.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;}
@@ -925,7 +925,7 @@ blockquote {


tr.unreadpm {
background-color: #ECC;
background-color: #4d73ff;
}

/* Layout (Permission Page) */


Loading…
取消
儲存