Refs #31259 -- Made various dark theme adjustments.

This commit is contained in:
Tom Carrick 2021-01-20 15:47:23 +01:00 committed by GitHub
parent bd308260d8
commit f054468cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -72,6 +72,7 @@
--link-fg: #81d4fa;
--link-hover-color: #4ac1f7;
--link-selected-fg: #6f94c6;
--hairline-color: #272727;
--border-color: #353535;
@ -84,6 +85,9 @@
--darkened-bg: #212121;
--selected-bg: #1b1b1b;
--selected-row: #00363a;
--close-button-bg: #333333;
--close-button-hover-bg: #666666;
}
}

View File

@ -313,7 +313,6 @@
#changelist .actions select {
vertical-align: top;
height: 24px;
background: none;
color: var(--body-fg);
border: 1px solid var(--border-color);
border-radius: 4px;

View File

@ -12,6 +12,7 @@
justify-content: center;
flex: 0 0 23px;
width: 23px;
border: 0;
border-right: 1px solid var(--hairline-color);
background-color: var(--body-bg);
cursor: pointer;

View File

@ -90,7 +90,7 @@
text-indent: -3000px;
overflow: hidden;
cursor: default;
opacity: 0.3;
opacity: 0.55;
}
.active.selector-add, .active.selector-remove {
@ -127,7 +127,7 @@ a.selector-chooseall, a.selector-clearall {
line-height: 16px;
color: var(--body-quiet-color);
text-decoration: none;
opacity: 0.3;
opacity: 0.55;
}
a.active.selector-chooseall:focus, a.active.selector-clearall:focus,
@ -268,7 +268,7 @@ p.datetime {
white-space: nowrap;
font-weight: normal;
font-size: 11px;
color: var(--border-color);
color: var(--body-quiet-color);
}
.datetime input, .form-row .datetime input.vDateField, .form-row .datetime input.vTimeField {