Add toolbar separator (#4890)

* Add option to add toolbar separator after toolbar component
This commit is contained in:
kisantia
2019-04-08 15:27:18 -07:00
committed by GitHub
parent e6faef27ab
commit ada0966832
4 changed files with 16 additions and 4 deletions

View File

@@ -68,9 +68,8 @@
.taskbarSeparator {
width: 1px;
background-color:#555;
margin-right: 6px;
margin-top: 3px;
background-color:#A5A5A5;
margin: 6px 8px;
}
.taskbarTextSeparator {