Unhide #unread-line

This commit is contained in:
Zixaphir 2013-05-10 01:22:24 -07:00
parent 35b99cdbda
commit 744ef5461a
4 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,6 +23,10 @@
hr {
border-bottom: 1px solid #{theme["Reply Border"]};
}
hr#unread-line {
border-bottom: 1px solid #{theme["Reply Background"]};
visibility: visible;
}
a[style="cursor: pointer; float: right;"] + div[style^="width: 100%;"] > table > tbody > tr > td {
background: #{backgroundC} !important;
border: 1px solid #{theme["Reply Border"]} !important;