1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

sab feedback fix and dark variable changes

This commit is contained in:
gilbN 2021-07-24 22:27:50 +02:00
parent 00348d7767
commit 01dc6f25c0
2 changed files with 8 additions and 8 deletions

View File

@ -168,7 +168,8 @@ hr {
border: none; border: none;
} }
.dropdown-menu { .dropdown-menu,
#feedback-slider {
background: var(--drop-down-menu-bg); background: var(--drop-down-menu-bg);
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed; background-attachment: fixed, fixed;
@ -194,7 +195,7 @@ hr {
} }
.menu-options .form-control { .menu-options .form-control {
background: var(--modal-bg-color); background: var(--drop-down-menu-bg);
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed; background-attachment: fixed, fixed;
background-position: center center, center center; background-position: center center, center center;
@ -202,7 +203,6 @@ hr {
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover;
-moz-background-size: auto, cover; -moz-background-size: auto, cover;
-o-background-size: auto, cover; -o-background-size: auto, cover;
background-color: rgb(25, 26, 28);
} }
.main-notification-box { .main-notification-box {

View File

@ -5,18 +5,18 @@
--modal-header-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-header-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-footer-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-footer-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--drop-down-menu-bg: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --drop-down-menu-bg: #2d2d2d;
--button-color: hsla(0,0%,100%,.15); --button-color: #474747;
--button-color-hover: hsla(0,0%,100%,.30); --button-color-hover: #5a5a5a;
--button-text: #eee; --button-text: #eee;
--button-text-hover: #FFF; --button-text-hover: #FFF;
--accent-color: 100, 100, 100; --accent-color: 170, 170, 170;
--accent-color-hover: rgba(255, 255, 255, 0.45); --accent-color-hover: rgba(255, 255, 255, 0.45);
--link-color: #ddd; --link-color: #ddd;
--link-color-hover: #fff; --link-color-hover: #fff;
--label-text-color: #fff; --label-text-color: black;
--text:#eee; --text:#eee;
--text-hover: #fff; --text-hover: #fff;