mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Improved some styling
This commit is contained in:
parent
975103fc9d
commit
13f20cbeb0
3 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@
|
|||
|
||||
.attachmentSize {
|
||||
font-size: 12px;
|
||||
opacity: 0.5;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.iconMain, .iconPreview {
|
||||
|
|
|
@ -228,7 +228,7 @@ html:not(rl-mobile) {
|
|||
|
||||
time, .sizeParent {
|
||||
margin: 0 5px;
|
||||
opacity: 0.6;
|
||||
opacity: 0.7;
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -339,7 +339,7 @@ html:not(rl-mobile) {
|
|||
color: orange;
|
||||
content: '★'; /*⚑*/
|
||||
}
|
||||
&:not(.msgflag-\\flagged):not(.hasFlaggedSubMessage) .flagParent:not(:hover) {
|
||||
&:not(.msgflag-\\flagged):not(.hasFlaggedSubMessage) .flagParent:not(:hover)::after {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
|
|
@ -115,12 +115,12 @@
|
|||
|
||||
<div class="senderParent actionHandle" data-bind="attr: {'title': senderClearEmailsString}, text: senderEmailsString"></div>
|
||||
|
||||
<div class="subjectParent actionHandle" data-bind="text: subject"></div>
|
||||
|
||||
<div class="attachmentParent actionHandle">
|
||||
<i data-bind="css: attachmentIconClass"></i>
|
||||
</div>
|
||||
|
||||
<div class="subjectParent actionHandle" data-bind="text: subject"></div>
|
||||
|
||||
<div class="sizeParent actionHandle" data-bind="text: friendlySize()"></div>
|
||||
|
||||
<div class="threads-len" data-bind="visible: 1 < threadsLen(), text: threadsLen"></div>
|
||||
|
|
Loading…
Reference in a new issue