Small interface fixes

This commit is contained in:
RainLoop Team 2016-05-10 23:22:56 +03:00
parent 2052137eb1
commit a5b63cc84b
4 changed files with 18 additions and 4 deletions

View file

@ -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;