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

Merge branch 'master' into develop

This commit is contained in:
GilbN 2022-05-01 14:38:39 +02:00 committed by GitHub
commit 7cfc674577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -50,6 +50,7 @@ div.displayMiddle {
-o-background-size: auto, cover; -o-background-size: auto, cover;
} }
/* LOGIN MENU */ /* LOGIN MENU */
div.login-ui { div.login-ui {
background: inherit; background: inherit;
@ -101,6 +102,10 @@ select:focus {
color: black; color: black;
} }
.login-ui .login-dialog .login-fields input {
background: white;
color: black !important;
}
div.location, div.location,
input[type=text], input[type=text],
@ -108,8 +113,7 @@ input[type=email],
input[type=number], input[type=number],
input[type=password], input[type=password],
textarea { textarea {
color: var(--text-hover) !important; color: var(--text-hover);
background: var(--transparency-dark-25);
} }
input[type=checkbox], input[type=checkbox],
@ -323,6 +327,7 @@ table.sorted td {
color: var(--text-hover); color: var(--text-hover);
} }
.filter .search-string { .filter .search-string {
background-image: url(/resources/guacamole/magnifier.png) !important; background-image: url(/resources/guacamole/magnifier.png) !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;

View File

@ -39,7 +39,7 @@ if [[ -z ${TP_THEME} ]]; then
fi fi
# Adding stylesheets # Adding stylesheets
DELUGE_INDEX_PATH=$(find -name index.html) DELUGE_INDEX_PATH=$(find /usr -name index.html)
if ! grep -q "${TP_DOMAIN}/css/base" ${DELUGE_INDEX_PATH}; then if ! grep -q "${TP_DOMAIN}/css/base" ${DELUGE_INDEX_PATH}; then
echo '---------------------------' echo '---------------------------'
echo '| Adding the stylesheet |' echo '| Adding the stylesheet |'