소스 검색

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) */


불러오는 중...
취소
저장