mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Reduce more CSS
This commit is contained in:
parent
eb9d2d8ddc
commit
bc360eccf9
6 changed files with 28 additions and 72 deletions
|
|
@ -66,11 +66,11 @@
|
|||
|
||||
hr {
|
||||
margin: 10px;
|
||||
border-top: 0 solid #000;
|
||||
border-top: 0;
|
||||
border-bottom: 1px solid #999;
|
||||
}
|
||||
|
||||
.b-content .e-item {
|
||||
.e-item {
|
||||
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
@ -173,16 +173,16 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.e-collapsed-sign {
|
||||
cursor: pointer;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden.e-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.b-sub-folders.collapsed {
|
||||
max-height: 0;
|
||||
height: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue