add separator to button groups with toggle

This commit is contained in:
Mads Rasmussen
2017-04-06 16:09:46 +02:00
parent dce9dea8f3
commit 60f91d95e9
2 changed files with 7 additions and 1 deletions

View File

@@ -65,7 +65,10 @@
-webkit-box-shadow:none;
}
.btn-group .btn.dropdown-toggle {
border-left-width: 1px;
border-left-style: solid;
}
// Button Sizes
// --------------------------------------------------

View File

@@ -35,6 +35,9 @@
padding-right: 10px;
padding-left: 10px;
border-radius: 0 3px 3px 0;
border-left-style: solid;
border-left-width: 1px;
border-left-color: rgba(0,0,0,0.1);
}
.umb-era-button.umb-button-group__toggle .caret {