|
|
@ -2,9 +2,10 @@ |
|
|
|
* { |
|
|
|
* { |
|
|
|
--bg: rgb(255,165,0); |
|
|
|
--bg: rgb(255,165,0); |
|
|
|
--btbg: gray; |
|
|
|
--btbg: gray; |
|
|
|
|
|
|
|
--main-buttons-color: rgb(255, 154, 0); |
|
|
|
--opacity: 0.9; |
|
|
|
--opacity: 0.9; |
|
|
|
--color: white; |
|
|
|
--color: white; |
|
|
|
--color-wait : gray; |
|
|
|
--color-wait : var(--btbg); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
html, body { |
|
|
|
html, body { |
|
|
@ -19,7 +20,7 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#submit { |
|
|
|
#submit { |
|
|
|
background-color: rgba(255, 140, 0, 1); |
|
|
|
background-color: var(--main-buttons-color); |
|
|
|
border: 0; |
|
|
|
border: 0; |
|
|
|
color: var(--color); |
|
|
|
color: var(--color); |
|
|
|
font-weight:bold; |
|
|
|
font-weight:bold; |
|
|
@ -119,7 +120,7 @@ table, tr, td { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#buttons { |
|
|
|
#buttons { |
|
|
|
background-color: gray; |
|
|
|
background-color: var(--btbg); |
|
|
|
opacity: var(--opacity); |
|
|
|
opacity: var(--opacity); |
|
|
|
width: 150px; |
|
|
|
width: 150px; |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
@ -147,7 +148,7 @@ table, tr, td { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#sessions, #sessions option { |
|
|
|
#sessions, #sessions option { |
|
|
|
background-color: rgba(255, 140, 0, 1); |
|
|
|
background-color: var(--main-buttons-color); |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
border: 0; |
|
|
|
border: 0; |
|
|
|
width: 150px; |
|
|
|
width: 150px; |
|
|
|