mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Added mail function support
This commit is contained in:
parent
2545ce3cd9
commit
6266b50c03
29 changed files with 311 additions and 204 deletions
|
|
@ -84,11 +84,6 @@
|
|||
.checkbox-box-sizes();
|
||||
}
|
||||
|
||||
&.disabled .sub-checkbox {
|
||||
cursor: default;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.sub-checkbox.checked {
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
|
|
@ -121,6 +116,18 @@
|
|||
animation: checkmark-shrink 140ms ease-out forwards;
|
||||
}
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
.sub-checkbox {
|
||||
border-color: #aaa;
|
||||
cursor: not-allowed;
|
||||
color: #aaa;
|
||||
}
|
||||
.sub-label {
|
||||
cursor: not-allowed;
|
||||
color: #aaa;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue