Skip to content

Commit

Permalink
Updated for release 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Sep 22, 2021
1 parent f6ccab9 commit ed18610
Show file tree
Hide file tree
Showing 44 changed files with 372 additions and 275 deletions.
107 changes: 59 additions & 48 deletions css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

body {
background: var(--gray150);
background: var(--gray190);
color: var(--gray10);
fill: var(--gray10);
stroke: var(--gray10);
Expand Down Expand Up @@ -40,19 +40,19 @@ body {
}

header {
background: var(--themePrimary);
background: var(--ClassicBlue70);
color: var(--white);
border-bottom: solid 2px var(--themePrimary);
border-bottom: solid 2px var(--ClassicBlue70);
}

footer {
background: var(--themePrimary);
background: var(--ClassicBlue70);
color: var(--white);
border-top: 2px solid var(--themePrimary);
border-top: 2px solid var(--ClassicBlue70);
}

a {
color: var(--themePrimary);
color: var(--ClassicBlue70);
cursor: pointer;
}

Expand All @@ -66,7 +66,7 @@ a:hover {
left: calc(40% - 100px);
width: 200px;
margin: auto;
background-color: var(--themeDarker);
background-color: var(--ClassicBlue100);
color: var(--white);
padding: 20px;
border: 1px solid var(--white);
Expand All @@ -81,7 +81,7 @@ table {

thead {
height: 26px;
background: var(--themeDark);
background: var(--ClassicBlue90);
color: var(--gray10);
}

Expand Down Expand Up @@ -142,7 +142,7 @@ tr.selected {
}

.discover tr:hover {
background-color: var(--themeDarker) !important;
background-color: var(--ClassicBlue100) !important;
}

th {
Expand All @@ -151,11 +151,11 @@ th {
padding: 0px 4px;
top: 0;
font-weight: 300;
background: var(--themeDark);
background: var(--ClassicBlue90);
color: var(--gray10);
fill: var(--gray10);
stroke: var(--gray10);
border-bottom: 3px solid var(--themeDark);
border-bottom: 3px solid var(--ClassicBlue90);
}

.stripes tr {
Expand All @@ -164,8 +164,8 @@ th {
}

.currentRow {
border-top: 3px solid var(--themeSecondary) !important;
border-bottom: 3px solid var(--themeSecondary) !important;
border-top: 3px solid var(--ClassicBlue90) !important;
border-bottom: 3px solid var(--ClassicBlue90) !important;
background-color: var(--gray190) !important;
}

Expand All @@ -175,7 +175,7 @@ th {
margin: 0;
width: 100%;
white-space: pre-wrap;
border-bottom: 1px solid var(--themePrimary);
border-bottom: 1px solid var(--ClassicBlue70);
}

.targetContainer {
Expand All @@ -202,15 +202,15 @@ th {

.highlighted {
color: var(--gray40);
background-color: var(--themePrimary);
background-color: var(--ClassicBlue70);
padding-left: 2px;
padding-right: 2px;
border-radius: 2px;
}

.difference {
color: var(--gray10);
background-color: var(--themeDarkAlt);
background-color: var(--ClassicBlue80);
padding-left: 2px;
padding-right: 2px;
border-radius: 2px;
Expand Down Expand Up @@ -249,16 +249,16 @@ input {
}

.table_select {
width: calc(100% - 5px);
width: calc(100% - 4px);
}

input:focus {
outline: none !important;
border: 1px solid var(--themePrimary);
border: 1px solid var(--ClassicBlue70);
}

input:focus+label {
color: var(--themePrimary);
color: var(--ClassicBlue70);
}

input:disabled {
Expand All @@ -284,7 +284,7 @@ select {

select:focus {
outline: none !important;
border: 1px solid var(--themePrimary);
border: 1px solid var(--ClassicBlue70);
}

option {
Expand All @@ -304,13 +304,13 @@ textarea {

textarea:focus {
outline: none !important;
border: 1px solid var(--themePrimary);
border: 1px solid var(--ClassicBlue70);
}

button {
color: var(--white);
background: var(--themePrimary);
border: 1px solid var(--themePrimary);
background: var(--ClassicBlue90);
border: 1px solid var(--ClassicBlue90);
border-radius: 2px;
font-size: 1em;
text-align: center;
Expand All @@ -322,12 +322,12 @@ button {

button:focus {
outline: none !important;
background: var(--themeDarkAlt);
background: var(--ClassicBlue100);
}

button:hover {
background: var(--themeDarkAlt);
border: 1px solid var(--themeDarkAlt);
background: var(--ClassicBlue100);
border: 1px solid var(--ClassicBlue100);
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: cubic-bezier(0.14, 0.71, 0.38, 1);
Expand Down Expand Up @@ -395,8 +395,8 @@ label {
flex-direction: row;
background: var(--gray130);
color: var(--gray10);
fill: var(--themePrimary);
stroke: var(--themePrimary);
fill: var(--ClassicBlue70);
stroke: var(--ClassicBlue70);
padding: 2px 4px;
justify-content: flex-start;
}
Expand Down Expand Up @@ -466,14 +466,13 @@ th svg {
display: flex;
flex-flow: row;
color: var(--gray30);
background: var(--gray150);
margin: 0;
padding: 0;
margin: 0px;
padding: 0px 0px 0px 8px;
border-bottom: 1px solid var(--gray130);
}

.tab {
overflow: hidden;
background: var(--gray150);
color: var(--gray30);
fill: var(--gray30);
stroke: var(--gray30);
Expand All @@ -492,9 +491,9 @@ th svg {
}

.tab:hover {
color: var(--themeTertiary);
fill: var(--themeTertiary);
stroke: var(--themeTertiary);
color: var(--ClassicBlue50);
fill: var(--ClassicBlue50);
stroke: var(--ClassicBlue50);
}

.selectedTab:hover {
Expand All @@ -521,10 +520,6 @@ th svg {
display: block;
}

.lighter {
background-color: var(--gray150);
}

.panel {
z-index: 5;
display: block;
Expand All @@ -536,7 +531,7 @@ th svg {
padding-top: 0;
padding-left: 4px;
border-radius: 4px 4px 0px 0px;
background: var(--themeDark);
background: var(--ClassicBlue90);
color: var(--white);
white-space: nowrap;
overflow-x: hidden;
Expand Down Expand Up @@ -568,7 +563,7 @@ th svg {
}

.tooltip .tooltiptext {
background-color: var(--themeDarker);
background-color: var(--ClassicBlue100);
color: var(--white);
visibility: hidden;
padding: 4px;
Expand Down Expand Up @@ -608,8 +603,8 @@ th svg {
}

.active svg {
stroke: var(--themePrimary) !important;
fill: var(--themePrimary) !important;
stroke: var(--ClassicBlue70) !important;
fill: var(--ClassicBlue70) !important;
}

.bordered {
Expand Down Expand Up @@ -656,7 +651,7 @@ svg.stats {

.statsFiller {
stroke: none;
fill: var(--themeSecondary);
fill: var(--ClassicBlue60);
}

.statsText {
Expand All @@ -666,7 +661,7 @@ svg.stats {
}

.space {
background: var(--themeTertiary);
background: var(--ClassicBlue50);
border-radius: 2px;
font-weight: 700;
}
Expand Down Expand Up @@ -703,7 +698,8 @@ svg.stats {
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 16px);
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
background: var(--gray160);
}

Expand Down Expand Up @@ -747,11 +743,26 @@ svg.stats {
}

::-webkit-scrollbar {
mix-blend-mode: darken;
width: 12px;
mix-blend-mode: lighten;
height: 12px;
}

::-webkit-scrollbar-thumb {
min-height: 12px !important;
min-height: 30px !important;
background-color: var(--gray110);
border-radius: 6px;
}

::-webkit-scrollbar-corner {
background-color: inherit;
border-radius: inherit;
}

::-webkit-scrollbar-button {
border-radius: inherit;
}

::-webkit-scrollbar-button {
border-radius: inherit;
}
Loading

0 comments on commit ed18610

Please sign in to comment.