mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue