More styling options and small fixes

This commit is contained in:
2022-01-18 20:58:57 +01:00
parent 118a5db158
commit d69736d273
8 changed files with 37 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ footer {
.button_toggle_navigation {
position: fixed;
backface-visibility: hidden;
z-index: 300;
z-index: 10;
top: 0;
left: 0;
padding: 10px 20px 15px 10px;
@@ -459,7 +459,7 @@ input[type="submit"]:disabled, input[type="submit"].disabled,
input[type="button"]:disabled, input[type="button"].disabled,
input[type="color"]:disabled, input[type="color"].disabled,
select:disabled , select.disabled {
background: var(--layer_1_color);
background: var(--input_disabled_color);
color: var(--input_color);
box-shadow: none;
transition: none;
@@ -542,7 +542,7 @@ input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled{
background: var(--layer_1_color);
background: var(--input_disabled_color);
color: var(--input_color);
box-shadow: none;
transition: none;

View File

@@ -39,19 +39,16 @@
.feat_table > div > .feat_normal {
background-color: var(--layer_3_color);
box-shadow: 1px 1px 4px -2px var(--shadow_color);
text-shadow: 1px 1px 2px var(--shadow_color);
}
.feat_table > div > .feat_pro {
background-color: var(--layer_4_color);
box-shadow: 1px 1px 4px -1px var(--shadow_color);
text-shadow: 1px 1px 4px var(--shadow_color);
}
.feat_table > div > .feat_highlight {
border: 1px solid var(--link_color)
}
.text_highlight {
color: var(--link_color);
text-shadow: 0 0 4px var(--shadow_color);
font-size: 1.1em;
font-weight: bold;
}