mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Improve search-input-wrp
This commit is contained in:
parent
dbe01cb15e
commit
9831b23a5e
1 changed files with 18 additions and 14 deletions
|
|
@ -474,12 +474,16 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
opacity: .1;
|
opacity: .1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .b-folders input {
|
#rl-app .b-folders .search-input-wrp {
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 20px);
|
||||||
margin: 5px;
|
margin: 5px 10px;
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app .b-folders .search-input-wrp input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#rl-app .b-footer.btn-toolbar.hide-mobile,
|
#rl-app .b-footer.btn-toolbar.hide-mobile,
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled {
|
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -853,6 +857,17 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
|
||||||
/* ? margin: 0 5px 0 0; */
|
/* ? margin: 0 5px 0 0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app .search-input-wrp a {
|
||||||
|
position: absolute;
|
||||||
|
top: 2px;
|
||||||
|
right: 1px;
|
||||||
|
min-width: unset;
|
||||||
|
min-height: unset;
|
||||||
|
height: 32px;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* select
|
* select
|
||||||
*/
|
*/
|
||||||
|
|
@ -1062,17 +1077,6 @@ input[type="checkbox"]:checked,
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .messageList .closeSearch {
|
|
||||||
position: absolute;
|
|
||||||
top: 2px;
|
|
||||||
right: 1px;
|
|
||||||
min-width: unset;
|
|
||||||
min-height: unset;
|
|
||||||
height: 32px;
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#rl-app .messageList .checkboxCheckAll {
|
#rl-app .messageList .checkboxCheckAll {
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue