Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 0bf66b2

Browse files
committed
minor tweaks to brighten the background colors
Fixes #898
1 parent bbf0a36 commit 0bf66b2

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

app/content/css/themes/ibm.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@ sidecar.activation-success-false .sidecar-header-icon, span[data-extra-decoratio
8282
font-family: var(--font-sans-serif);
8383
}
8484

85-
.repl-result .entity:nth-child(2n+1) td, .repl-result .entity:nth-child(2n+1) .entity-attributes {
85+
.repl-result .entity:nth-child(2n) td, .repl-result .entity:nth-child(2n) .entity-attributes {
8686
/* table row striping */
8787
background:var(--color-ui-02);
8888
}
8989

9090
sidecar {
91-
background:var(--color-ui-03);
91+
background:var(--color-ui-02);
9292
border-left-color: var(--color-ui-04);
9393
}
9494

9595
sidecar .sidecar-header {
96-
border-bottom-color: var(--color-content-divider);
97-
background: var(--color-ui-02);
96+
border-bottom-color: transparent;
97+
background: var(--color-ui-01);
9898
}
9999

100100
sidecar .sidecar-header badge {
@@ -116,7 +116,7 @@ badge.clickable:hover {
116116

117117
.result-table .repl-result, .result-table.repl-result {
118118
border-color: var(--color-ui-04);
119-
background: var(--color-ui-01);
119+
background: transparent;
120120
}
121121

122122
.entity.actions.app .repl-result-prefix {

app/content/css/ui.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ body.still-loading .repl {
181181
padding-top: 1rem;
182182
flex: 4;
183183
transition: flex 300ms ease-in-out, opacity 300ms ease-in-out;
184+
background: var(--color-ui-01);
184185
}
185186
.repl-inner {
186187
overflow-y: auto;
@@ -498,6 +499,7 @@ sidecar {
498499
min-width: 0;
499500
transition: all 300ms ease-in-out;
500501
border-left: 1px solid;
502+
box-shadow: 0 0 1ex var(--color-ui-02);
501503
font-weight: 300;
502504
display: flex;
503505
flex-direction: column;
@@ -779,7 +781,7 @@ sidecar.entity-is-activations .sidecar-header-name .sidecar-header-name-content
779781
sidecar .sidecar-header-secondary-content {
780782
font-size: 0.875rem;
781783
opacity: 0.75;
782-
margin: 1ex 1em 1ex 0;
784+
margin: 0 1em 1em 0;
783785
}
784786
sidecar .sidecar-header-secondary-content .kind-content {
785787
overflow: hidden;
@@ -1153,8 +1155,7 @@ sidecar.no-limits-data .activation-estimated-cost-container {
11531155
}
11541156
.repl .log-lines .log-line .log-line-bar-field {
11551157
/* add a left-right border to the timeline bars, but only for the repl side, not the sidecar Trace view */
1156-
border: 1px dotted rgba(0,0,0,0.075);
1157-
border-bottom: none;
1158+
border: 1px solid var(--color-ui-04);
11581159
}
11591160
.log-lines .log-field.entity-name {
11601161
max-width: 20em;
@@ -1690,6 +1691,7 @@ break {
16901691
justify-content: flex-end;
16911692
font-family: var(--font-sans-serif);
16921693
color: var(--color-text-02);
1694+
background: var(--color-ui-01);
16931695
border: 1px solid var(--color-ui-04);
16941696
border-top: none;
16951697
height: 3em;

0 commit comments

Comments
 (0)