mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Finish the toolbars
Add an app button on sidenav Add a logout select on sidenav
This commit is contained in:
committed by
Francis Lachapelle
parent
9fc713dc5f
commit
a57713523b
@@ -9,8 +9,23 @@ md-select {
|
||||
md-select.md-default-theme.sg-toolbar-sort {
|
||||
margin: 0 $bl 4px 0;
|
||||
color: $colorWhite;
|
||||
|
||||
md-select-label.md-select-label {
|
||||
border: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
md-select.md-default-theme.sg-logout {
|
||||
margin-top: 0;
|
||||
color: $colorWhite;
|
||||
|
||||
// angular material overqualifies, so we are
|
||||
md-select-label.md-select-label,
|
||||
md-select-label.md-select-label.md-placeholder,
|
||||
md-select-label.md-select-label * {
|
||||
border: none;
|
||||
color: $colorWhite;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user