fix(toolbar): popups

This commit is contained in:
hristoterezov 2016-11-01 11:07:27 -05:00
parent 456b3030e3
commit 8d9863a635
1 changed files with 8 additions and 1 deletions

View File

@ -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.
*/