settings fix

This commit is contained in:
GilbN 2019-01-08 18:45:35 +01:00
parent 1ec1edc42a
commit 9d773ce049
2 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,10 @@ body {
#reginfo { #reginfo {
color: white !important; color: white !important;
} }
#infodata {
background-color: transparent !important;
box-shadow: none !important;
}
/* Sidebar */ /* Sidebar */
#sidebar-wrapper { #sidebar-wrapper {
box-shadow: none !important; box-shadow: none !important;

View File

@ -53,6 +53,10 @@ background: transparent;
#reginfo { #reginfo {
color: white !important; color: white !important;
} }
#infodata {
background-color: transparent !important;
box-shadow: none !important;
}
/* Sidebar */ /* Sidebar */
#sidebar-wrapper { #sidebar-wrapper {
box-shadow: none !important; box-shadow: none !important;