jbicker 5e728523ef Changed layout of top panel in browser.
Signed-off-by: jbicker <jan.bicker@typefox.io>
2019-07-15 13:12:33 +02:00

19 lines
364 B
CSS

#theia-top-panel {
min-height: 64px;
flex-direction: column;
}
.p-TabBar-toolbar {
justify-content: flex-end;
margin: 0;
padding-left: 10px;
width: 100%;
}
.p-MenuBar-item.p-mod-active {
color: var(--theia-inverse-ui-font-color3);
}
.p-MenuBar.p-mod-active .p-MenuBar-item.p-mod-active {
color: var(--theia-ui-bar-font-color0);
}