fix(toolbar): popups

pull/1099/head
hristoterezov 8 years ago
parent 456b3030e3
commit 8d9863a635
  1. 9
      css/_toolbars.scss

@ -42,8 +42,15 @@
margin-right: auto;
width: auto;
border-radius: 3px;
overflow: hidden;
.button:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.button:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
/**
* Splitter button in the toolbar.
*/

Loading…
Cancel
Save