mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve issue #141
This commit is contained in:
parent
f046fbf5cd
commit
e105ecdf1b
2 changed files with 8 additions and 4 deletions
|
|
@ -301,10 +301,12 @@ html.rl-no-preview-pane {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.threads-len {
|
||||
.threads-len span {
|
||||
border-radius: 6px;
|
||||
padding: 2px 0 1px 4px;
|
||||
border: 1px solid #ccc;
|
||||
font-size: 11px;
|
||||
margin: -1px 0;
|
||||
padding: 0 2px;
|
||||
&:hover {
|
||||
background-color: rgba(127,127,127,0.3);
|
||||
border-color: #666;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue