mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Small interface fixes
This commit is contained in:
parent
2052137eb1
commit
a5b63cc84b
4 changed files with 18 additions and 4 deletions
|
|
@ -255,6 +255,17 @@ select {
|
|||
border-bottom-right-radius: @btnBorderRadius !important;
|
||||
}
|
||||
|
||||
.btn-group + .btn-group {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
margin-right: 3px;
|
||||
}
|
||||
.btn-group.btn-group-last {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.dropdown.colored-toggle.open .btn.dropdown-toggle {
|
||||
color: #BD362F;
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
this.allowComposer = !!Settings.capa(Enums.Capa.Composer);
|
||||
this.allowMessageListActions = !!Settings.capa(Enums.Capa.MessageListActions);
|
||||
this.allowDangerousActions = !!Settings.capa(Enums.Capa.DangerousActions);
|
||||
this.allowFolders = !!Settings.capa(Enums.Capa.Folders);
|
||||
|
||||
this.popupVisibility = Globals.popupVisibility;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue