Indent CSS

some things aren't. WHY
This commit is contained in:
dakrk 2024-04-05 17:20:30 +01:00
parent 52499b8c6e
commit d3ad9a3585
No known key found for this signature in database
GPG Key ID: 9AA47AFB7FE4409F

View File

@ -125,128 +125,128 @@ tr.user-waiting > td {
/* Start OSK */ /* Start OSK */
.osk-container { .osk-container {
display: flex; display: flex;
justify-content: center; justify-content: center;
width: 1024px; width: 1024px;
margin: 0 auto; margin: 0 auto;
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 5px; border-radius: 5px;
} }
.simple-keyboard.hg-theme-default { .simple-keyboard.hg-theme-default {
display: inline-block; display: inline-block;
} }
.osk-main.simple-keyboard { .osk-main.simple-keyboard {
width: 640px; width: 640px;
min-width: 640px; min-width: 640px;
background: none; background: none;
} }
.osk-main.simple-keyboard .hg-row:first-child { .osk-main.simple-keyboard .hg-row:first-child {
margin-bottom: 8.51px; margin-bottom: 8.51px; /* wtf? */
} }
.osk-arrows.simple-keyboard { .osk-arrows.simple-keyboard {
align-self: flex-end; align-self: flex-end;
background: none; background: none;
} }
.simple-keyboard .hg-button.selectedButton { .simple-keyboard .hg-button.selectedButton {
background: rgba(5, 25, 70, 0.53); background: rgba(5, 25, 70, 0.53);
color: white; color: white;
} }
.simple-keyboard .hg-button.emptySpace { .simple-keyboard .hg-button.emptySpace {
pointer-events: none; pointer-events: none;
background: none; background: none;
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
.osk-arrows .hg-row { .osk-arrows .hg-row {
justify-content: center; justify-content: center;
} }
.osk-arrows .hg-button { .osk-arrows .hg-button {
width: 50px; width: 50px;
flex-grow: 0 !important; flex-grow: 0 !important;
justify-content: center !important; justify-content: center !important;
display: flex !important; display: flex !important;
align-items: center !important; align-items: center !important;
} }
.controlArrows { .controlArrows {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
flex-flow: column; flex-flow: column;
} }
.osk-control.simple-keyboard { .osk-control.simple-keyboard {
background: none; background: none;
} }
.osk-control.simple-keyboard .hg-row:first-child { .osk-control.simple-keyboard .hg-row:first-child {
margin-bottom: 8.51px; margin-bottom: 8.51px;
} }
.osk-control .hg-button { .osk-control .hg-button {
width: 50px; width: 50px;
flex-grow: 0 !important; flex-grow: 0 !important;
justify-content: center !important; justify-content: center !important;
display: flex !important; display: flex !important;
align-items: center !important; align-items: center !important;
} }
.numPad { .numPad {
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
} }
.osk-numpad.simple-keyboard { .osk-numpad.simple-keyboard {
background: none; background: none;
} }
.osk-numpad.simple-keyboard { .osk-numpad.simple-keyboard {
width: 160px; width: 160px;
} }
.osk-numpad.simple-keyboard .hg-button { .osk-numpad.simple-keyboard .hg-button {
width: 50px; width: 50px;
justify-content: center; justify-content: center;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.osk-numpadEnd.simple-keyboard { .osk-numpadEnd.simple-keyboard {
width: 50px; width: 50px;
background: none; background: none;
margin: 0; margin: 0;
padding: 5px 5px 5px 0; padding: 5px 5px 5px 0;
} }
.osk-numpadEnd.simple-keyboard .hg-button { .osk-numpadEnd.simple-keyboard .hg-button {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
display: flex; display: flex;
} }
.osk-numpadEnd .hg-button.hg-standardBtn.hg-button-plus { .osk-numpadEnd .hg-button.hg-standardBtn.hg-button-plus {
height: 85px; height: 85px;
} }
.osk-numpadEnd.simple-keyboard .hg-button.hg-button-enter { .osk-numpadEnd.simple-keyboard .hg-button.hg-button-enter {
height: 85px; height: 85px;
} }
.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton { .simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {
background: rgba(5, 25, 70, 0.53); background: rgba(5, 25, 70, 0.53);
color: white; color: white;
} }
.hg-button.hg-functionBtn.hg-button-space { .hg-button.hg-functionBtn.hg-button-space {
width: 350px; width: 350px;
} }
/* /*
@ -254,28 +254,28 @@ Theme: cvmDark
*/ */
.simple-keyboard.cvmDark .hg-button { .simple-keyboard.cvmDark .hg-button {
border-bottom: none; border-bottom: none;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
color: white; color: white;
} }
.simple-keyboard.cvmDark .hg-button:active { .simple-keyboard.cvmDark .hg-button:active {
background: #1c4995; background: #1c4995;
color: white; color: white;
} }
#root .simple-keyboard.cvmDark + .simple-keyboard-preview { #root .simple-keyboard.cvmDark + .simple-keyboard-preview {
background: #1c4995; background: #1c4995;
} }
/* /*
Theme: cvmDisabled Theme: cvmDisabled
*/ */
.simple-keyboard.cvmDisabled .hg-button { .simple-keyboard.cvmDisabled .hg-button {
border-bottom: none; border-bottom: none;
pointer-events: none; pointer-events: none;
background: gray; background: gray;
color: white; color: white;
} }
/* End OSK */ /* End OSK */