Skip to content

Commit 899f6ef

Browse files
committed
Patch: Unread toggle styles are meant for ticket list only
1 parent 593f568 commit 899f6ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Public/css/panichd.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ h1, h2, h3, h4, h5, h6 {
146146
}
147147

148148
/* Mark as read / unread button */
149-
.unread_toggle {
149+
#tickets-table .unread_toggle {
150150
background-color: transparent;
151151
border-color: transparent;
152152
}
153-
.unread_toggle .fa-user {
153+
#tickets-table .unread_toggle .fa-user {
154154
color: #ccc;
155155
}
156156

0 commit comments

Comments
 (0)