From 78f80328d131cf41f6814c5da9429a07eeab9507 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 4 Aug 2019 11:43:04 +0200 Subject: [PATCH] gucamole base css fix --- CSS/themes/guacamole/guacamole-base.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CSS/themes/guacamole/guacamole-base.css b/CSS/themes/guacamole/guacamole-base.css index 3ced96b8..83def021 100644 --- a/CSS/themes/guacamole/guacamole-base.css +++ b/CSS/themes/guacamole/guacamole-base.css @@ -10,20 +10,6 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ - -:root { - --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - - --button-color: rgba(0,0,0,.25); - --button-color-hover: rgba(0,0,0,.45); - } - /* plex buttons - --button-color: #cc7b19; - --button-color-hover: #e59029; - } - */ - body { background: var(--main-bg-color) !important; background-repeat: repeat, no-repeat;