Increase jsdialog tab btn text contrast
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I1a6ac35593c945b832c92af275b759e8be0b8225
This commit is contained in:
parent
f42c7a0297
commit
5896d80ba5
1 changed files with 3 additions and 3 deletions
|
@ -136,7 +136,7 @@ td.jsdialog > [id^='table-box']:not(.sidebar) {
|
|||
.jsdialog-tabs {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
background: var(--color-main-background);
|
||||
background: var(--color-background-lighter);
|
||||
}
|
||||
|
||||
.jsdialog-tabs:empty {
|
||||
|
@ -149,7 +149,7 @@ td.jsdialog > [id^='table-box']:not(.sidebar) {
|
|||
font-family: var(--cool-font);
|
||||
line-height: normal;
|
||||
color: dimgray;
|
||||
color: var(--color-text-lighter);
|
||||
color: var(--color-text-dark);
|
||||
height: 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -167,7 +167,7 @@ td.jsdialog > [id^='table-box']:not(.sidebar) {
|
|||
|
||||
.ui-tab.selected.jsdialog {
|
||||
background-color: var(--color-background-lighter);
|
||||
color: var(--color-text-lighter);
|
||||
color: var(--color-text-darker);
|
||||
box-shadow: 0 0 2px 1px #cfcfcf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue