mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Cleanup some CSS
This commit is contained in:
parent
5c22933628
commit
88c16f5c40
21 changed files with 17 additions and 60 deletions
|
|
@ -12,7 +12,7 @@ html, body {
|
|||
|
||||
body {
|
||||
-webkit-touch-callout: none;
|
||||
|
||||
font-size: @baseFontSize;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@
|
|||
.listClear {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
line-height: 13px;
|
||||
box-shadow: inset 0 -1px 0 #ccc;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@
|
|||
background-color: transparent;
|
||||
vertical-align: middle;
|
||||
color: var(--folders-disabled-color, #666);
|
||||
font-size: 14px;
|
||||
border-left: 3px solid transparent;
|
||||
|
||||
padding: 0 2em 0 @folderItemPadding;
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ html.rl-no-preview-pane {
|
|||
.listClear {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
line-height: 13px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -100,7 +100,6 @@
|
|||
|
||||
blockquote p {
|
||||
margin: 0 0 10px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,11 +15,6 @@ summary.legend {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-small.btn-small-small {
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
}
|
||||
|
||||
.btn.btn-thin {
|
||||
padding: 4px 9px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
[class*=" icon-"] {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
vertical-align: text-top;
|
||||
|
||||
.disabled &,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue