mirror of https://github.com/zulip/zulip.git
Make date boundary separators all uppercase, lighter, and letterpressed
(imported from commit 01ffbda9b4dc478732dba091e3cefced9fb1cb7c)
This commit is contained in:
parent
c5e70f08f7
commit
cff0096f3b
|
@ -1745,6 +1745,10 @@ li.expanded_subject {
|
|||
background: inherit;
|
||||
padding: 4px;
|
||||
overflow: hidden;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.8em;
|
||||
color: #bbb;
|
||||
text-shadow: 1px 1px 0px #fff;
|
||||
}
|
||||
|
||||
.date_row span:before,
|
||||
|
@ -1756,6 +1760,7 @@ li.expanded_subject {
|
|||
width: 50%;
|
||||
height: 0px;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
.date_row span:before{
|
||||
|
|
Loading…
Reference in New Issue