Merge branch 'master' into sieveparser

# Conflicts:
#	snappymail/v/0.0.0/app/templates/Views/User/SettingsFilters.html
This commit is contained in:
djmaze 2021-01-18 17:13:43 +01:00
commit e093388016
11 changed files with 26 additions and 129 deletions

View file

@ -47,3 +47,22 @@ html.mobile *, html.rl-mobile * {
input[type="search"]{
box-sizing: content-box;
}
.button-confirm-delete {
margin-right: 15px;
opacity: 0;
visibility: hidden;
}
.button-confirm-delete.delete-access {
margin-right: 0;
opacity: 1;
visibility: visible;
}
.drag-handle {
color: #eee;
cursor: grab;
}
tr:hover .drag-handle {
color: #aaa;
}

View file

@ -20,14 +20,6 @@
line-height: 30px;
}
.drag-handle {
color: #eee;
}
tr:hover .drag-handle {
color: #aaa;
}
.account-img, .identity-img {
font-size: 12px;
margin-right: 5px;
@ -68,26 +60,6 @@
cursor: pointer;
}
.drag-handle {
cursor: pointer;
cursor: all-scroll;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-account {
cursor: pointer;
opacity: 0.5;
@ -102,21 +74,6 @@
cursor: pointer;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-identity {
cursor: pointer;
opacity: 0.5;

View file

@ -24,14 +24,6 @@
}
}
.drag-handle {
color: #eee;
}
tr:hover .drag-handle {
color: #aaa;
}
.filter-img {
font-size: 12px;
margin-right: 5px;
@ -64,26 +56,6 @@
cursor: pointer;
}
.drag-handle {
cursor: pointer;
cursor: all-scroll;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-filter {
cursor: pointer;
opacity: 0.5;

View file

@ -82,14 +82,6 @@
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-folder, .subscribe-folder, .unsubscribe-folder, .check-folder, .uncheck-folder {
cursor: pointer;
opacity: 0.6;

View file

@ -41,21 +41,6 @@
.open-pgp-key-item {
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-open-pgp-key, .view-open-pgp-key {
cursor: pointer;
opacity: 0.7;

View file

@ -20,14 +20,6 @@
line-height: 30px;
}
.drag-handle {
color: #eee;
}
tr:hover .drag-handle {
color: #aaa;
}
.template-img {
font-size: 12px;
margin-right: 5px;
@ -53,26 +45,6 @@
cursor: pointer;
}
.drag-handle {
cursor: pointer;
cursor: all-scroll;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
opacity: 1;
}
}
.delete-template {
cursor: pointer;
opacity: 0.5;