cleaned up terminal toolbar implementation

This commit is contained in:
Eugene Pankov
2022-01-29 17:20:23 +01:00
parent c57fe48e73
commit 63374f532c
12 changed files with 76 additions and 53 deletions

View File

@@ -382,11 +382,11 @@ start-page footer {
background: $white !important;
}
.terminal-toolbar {
terminal-toolbar {
background: #ffffff4a !important;
border-bottom: 1px solid #00000026 !important;
}
.bg-dark{
background-color: $base2 !important;
}
}

View File

@@ -138,7 +138,7 @@ app-root {
tab-body {
background: $content-bg;
.terminal-toolbar .btn, .toolbar-pin-button {
terminal-toolbar .btn, .toolbar-pin-button {
font-weight: bold;
}
}