diff options
Diffstat (limited to 'client-web/public/assets/style/master.css')
-rw-r--r-- | client-web/public/assets/style/master.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css index a8e8ce9..3013fa7 100644 --- a/client-web/public/assets/style/master.css +++ b/client-web/public/assets/style/master.css @@ -10,9 +10,9 @@ } :root { - --bg: #151515; + --bg: #151315; --bg-dark: #070707; - --bg-light: #494949; + --bg-light: #417143; --bg-lighter: #949494; --bg-disabled: #720000; --bg-enabled: #097200; @@ -47,10 +47,10 @@ input[type="text"] { border: 1px solid var(--ac-light); } -.local-controls { +.bottom-container { background-color: var(--bg); padding: 0.5em; - position: absolute; + position: fixed; bottom: 0.5em; border: 0px solid transparent; border-radius: 5px; |