mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-17 06:14:54 +00:00
feat(mail): Improve mail search (advanced search)
This commit is contained in:
@@ -18,10 +18,37 @@ md-toolbar {
|
||||
transition-duration: 0s;
|
||||
}
|
||||
|
||||
.md-toolbar-tools {
|
||||
.md-toolbar-tools, .md-toolbar-tools .md-datepicker-input, .md-chips {
|
||||
font-size: $subhead-font-size-base;
|
||||
}
|
||||
|
||||
.md-toolbar-tools md-select:not([disabled]):focus .md-select-value {
|
||||
border-bottom-color: unset;
|
||||
color: unset;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
.search-right-space {
|
||||
margin-right: 10px!important;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.search-and {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.search-inline {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.md-toolbar-tools .md-datepicker-input {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
md-toolbar,
|
||||
.md-toolbar-tools {
|
||||
// Animate the first icon button of a "secondary" toolbar
|
||||
@@ -144,7 +171,3 @@ hgroup {
|
||||
min-height: $bl * 6;
|
||||
height: $bl * 6;
|
||||
}
|
||||
|
||||
//.sg-toolbar-search {
|
||||
// padding: $toolbar-padding 0;
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user