Issue #3045148 by huzooka, amateescu: Followup to: workspaces toolbar tab sizing is odd on really small viewport width (below 16.5em) and RTL styles are incomplete

merge-requests/1119/head
Gábor Hojtsy 2019-05-14 15:33:21 +02:00
parent b69c30ba27
commit 28ce151a65
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
/* Tab appearance. */ /* Tab appearance. */
.toolbar .toolbar-bar .workspaces-toolbar-tab { .toolbar .toolbar-bar .workspaces-toolbar-tab {
background-color: #e09600;
color: #000; color: #000;
background-color: #e09600;
} }
.toolbar .toolbar-bar .workspaces-toolbar-tab--is-default { .toolbar .toolbar-bar .workspaces-toolbar-tab--is-default {
background-color: #81c071; background-color: #81c071;
@ -41,8 +41,8 @@
.toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-item { .toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-item {
width: 100%; width: 100%;
margin: 0; margin: 0;
color: inherit;
text-align: left; text-align: left;
color: inherit;
} }
[dir="rtl"] .toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-item { [dir="rtl"] .toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-item {
text-align: right; text-align: right;