1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-16 15:09:39 +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;
}
/* LOGIN MENU */
div.login-ui {
background: inherit;
@ -101,6 +102,10 @@ select:focus {
color: black;
}
.login-ui .login-dialog .login-fields input {
background: white;
color: black !important;
}
div.location,
input[type=text],
@ -108,8 +113,7 @@ input[type=email],
input[type=number],
input[type=password],
textarea {
color: var(--text-hover) !important;
background: var(--transparency-dark-25);
color: var(--text-hover);
}
input[type=checkbox],
@ -323,6 +327,7 @@ table.sorted td {
color: var(--text-hover);
}
.filter .search-string {
background-image: url(/resources/guacamole/magnifier.png) !important;
background-repeat: no-repeat !important;

View File

@ -39,7 +39,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# 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
echo '---------------------------'
echo '| Adding the stylesheet |'