mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Improved and cleanup CSS
This commit is contained in:
parent
60e29fdd66
commit
c47ed18db9
26 changed files with 58 additions and 115 deletions
|
|
@ -26,10 +26,10 @@
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.package-release-parent, .package-actions-parent {
|
||||
.package-release, .package-actions {
|
||||
text-align: center;
|
||||
}
|
||||
.package-actions-parent {
|
||||
.package-actions {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -92,10 +92,10 @@
|
|||
display: none;
|
||||
margin-left: 7px;
|
||||
|
||||
.icon-star {
|
||||
.flagged {
|
||||
display: none;
|
||||
}
|
||||
.icon-star-empty {
|
||||
.unflagged {
|
||||
opacity: .5;
|
||||
|
||||
&:hover {
|
||||
|
|
@ -195,11 +195,11 @@
|
|||
}
|
||||
|
||||
&.inbox-is-starred {
|
||||
.icon-star {
|
||||
.flagged {
|
||||
color: orange;
|
||||
display: inline-block !important;
|
||||
}
|
||||
.icon-star-empty {
|
||||
.unflagged {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ html.rl-no-preview-pane {
|
|||
border-bottom: 1px solid #bbb;
|
||||
|
||||
.checkboxCheckAll {
|
||||
cursor: pointer;
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
|
||||
.mfp-container .mfp-figure {
|
||||
min-height: 300px;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
[data-rainloopErrorTip] {
|
||||
position: relative;
|
||||
}
|
||||
|
|
@ -43,22 +38,6 @@
|
|||
z-index: 2002;
|
||||
}
|
||||
|
||||
.lg-backdrop.in {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
||||
.btn .btn-text {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.active-scale-transition {
|
||||
transition: transform .2s;
|
||||
&:active {
|
||||
transform: scale(.95);
|
||||
}
|
||||
}
|
||||
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 1;
|
||||
font-size: 16px;
|
||||
vertical-align: text-top;
|
||||
|
||||
.disabled &,
|
||||
|
|
@ -62,13 +61,10 @@
|
|||
|
||||
.icon-spinner {
|
||||
|
||||
font-family: Arial;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
|
||||
height: 11px;
|
||||
width: 11px;
|
||||
|
||||
margin-right: -1px;
|
||||
background: none;
|
||||
margin: 0 -1px;
|
||||
|
||||
border: 3px solid #aaa;
|
||||
border-top-color: #333;
|
||||
|
|
@ -79,8 +75,7 @@
|
|||
height: 13px;
|
||||
width: 13px;
|
||||
|
||||
margin-top: -2px;
|
||||
margin-left: -2px;
|
||||
margin: -1px -2px;
|
||||
}
|
||||
|
||||
&.white, &.icon-white {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue