mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Centralize CSS for confirm delete buttons and grab handles
This commit is contained in:
parent
267b744ef3
commit
a80b17e011
11 changed files with 26 additions and 129 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue