mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Improved and solve #847
This commit is contained in:
parent
e1aa566ec8
commit
177dfcb7e5
6 changed files with 25 additions and 30 deletions
|
|
@ -79,13 +79,6 @@ html.rl-no-preview-pane {
|
|||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.btn.buttonClearFolderSearchInput {
|
||||
font-size: 14px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.second-toolbar {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
|
|
@ -107,8 +100,6 @@ html.rl-no-preview-pane {
|
|||
|
||||
.search-input-wrp {
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.inputSearch {
|
||||
|
|
@ -116,19 +107,6 @@ html.rl-no-preview-pane {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.closeSearch {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 5px;
|
||||
margin: 0 7px;
|
||||
z-index: 100;
|
||||
vertical-align: middle;
|
||||
opacity: .4;
|
||||
&:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
}
|
||||
|
||||
.b-content {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue