fix(toolbar): popups
This commit is contained in:
parent
456b3030e3
commit
8d9863a635
|
@ -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…
Reference in New Issue