show version + clickable labels

This commit is contained in:
Áron Hegymegi-Kiss
2021-12-13 12:14:51 +01:00
parent 4971824067
commit 9a9e564dbf
3 changed files with 88 additions and 82 deletions

View File

@@ -18,7 +18,7 @@ body {
.tab-heading:hover {
outline: 3px solid white;
}
.medium-description, .switch-container, .text-label-container, .categoryTableElement {
.medium-description, .switch-container, .optionLabel, .categoryTableElement {
color: white;
}
.small-description, p,li {
@@ -61,7 +61,7 @@ h1,h2,h3,h4,h5,h6 {
.tab-heading:hover {
outline: 3px solid #2e2e2e;
}
.medium-description, .switch-container, .text-label-container, .categoryTableElement {
.medium-description, .switch-container, .optionLabel, .categoryTableElement {
color: black;
}
.small-description, p,li {
@@ -119,6 +119,9 @@ html, body {
margin: 0 auto;
border-radius: 15px;
cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.tab-heading.selected {
@@ -135,7 +138,7 @@ html, body {
border-bottom: inherit;
}
.optionLabel {
.optionLabel, #version {
font-size: 14px;
}
@@ -247,10 +250,6 @@ input[type='number'] {
padding: 4px;
}
.text-label-container {
font-size: 14px;
}
.switch {
position: relative;
display: inline-block;
@@ -529,6 +528,9 @@ svg {
margin: unset;
width: 100%;
}
#version {
font-size: 10px;
}
}
@media only screen and (max-width: 800px) {