mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Bugfix and cleanup CSS even more
This commit is contained in:
parent
badf422178
commit
e3e0474be2
24 changed files with 88 additions and 192 deletions
|
|
@ -1,24 +1,12 @@
|
|||
|
||||
.b-settings-folders {
|
||||
|
||||
&.ignore-folder-subscribe {
|
||||
.subscribe-folder, .unsubscribe-folder {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.folders-list-error {
|
||||
width: 550px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.list-table {
|
||||
|
||||
width: 600px;
|
||||
|
||||
.e-action {
|
||||
cursor: pointer;
|
||||
}
|
||||
margin-top: 40px;
|
||||
|
||||
.folder-padding {
|
||||
display: inline-block;
|
||||
|
|
@ -31,27 +19,17 @@
|
|||
white-space: pre-wrap;
|
||||
box-sizing: border-box;
|
||||
margin-left: 7px;
|
||||
line-height: 22px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.folder-system-name {
|
||||
display: inline-block;
|
||||
line-height: 22px;
|
||||
color: #999;
|
||||
cursor: default;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.folder-name.can-be-edited:hover {
|
||||
border-bottom: 1px dashed #333;
|
||||
text-decoration-style: dashed;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.folder-name-input {
|
||||
border-width: 1px;
|
||||
margin-bottom: 0;
|
||||
margin-left: -4px;
|
||||
}
|
||||
}
|
||||
|
||||
.folder-item {
|
||||
|
|
@ -60,6 +38,11 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
input {
|
||||
border-width: 1px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.button-delete {
|
||||
margin-right: 15px;
|
||||
margin-top: 5px;
|
||||
|
|
@ -67,33 +50,24 @@
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
.delete-folder, .subscribe-folder, .unsubscribe-folder, .check-folder, .uncheck-folder {
|
||||
cursor: pointer;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.unsubscribe-folder {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.uncheck-folder {
|
||||
.unsubscribed-folder, .unchecked-folder {
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
.folder-padding.deep-1 {
|
||||
width: 15px * 1 + 10px;
|
||||
width: 25px;
|
||||
}
|
||||
.folder-padding.deep-2 {
|
||||
width: 15px * 2 + 10px;
|
||||
width: 40px;
|
||||
}
|
||||
.folder-padding.deep-3 {
|
||||
width: 15px * 3 + 10px;
|
||||
width: 55px;
|
||||
}
|
||||
.folder-padding.deep-4 {
|
||||
width: 15px * 4 + 10px;
|
||||
width: 70px;
|
||||
}
|
||||
.folder-padding.deep-5 {
|
||||
width: 15px * 5 + 10px;
|
||||
width: 85px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue