mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Pre release fixes and improvements
This commit is contained in:
parent
67c5e31e58
commit
abddb3d828
61 changed files with 378 additions and 57 deletions
|
|
@ -16,6 +16,14 @@
|
|||
line-height: 30px;
|
||||
}
|
||||
|
||||
.drag-handle {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
tr:hover .drag-handle {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.account-img {
|
||||
font-size: 12px;
|
||||
margin-right: 5px;
|
||||
|
|
@ -35,6 +43,10 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drag-handle {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button-delete {
|
||||
margin-right: 15px;
|
||||
margin-top: 5px;
|
||||
|
|
|
|||
|
|
@ -14,6 +14,18 @@
|
|||
td {
|
||||
padding: 4px 8px;
|
||||
line-height: 30px;
|
||||
|
||||
&.drag-wrapper {
|
||||
padding: 4px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.drag-handle {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
tr:hover .drag-handle {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.filter-img {
|
||||
|
|
@ -40,6 +52,10 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drag-handle {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button-delete {
|
||||
margin-right: 15px;
|
||||
margin-top: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue