mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
7cfc674577
@ -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;
|
||||||
|
@ -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 |'
|
||||||
|
Loading…
Reference in New Issue
Block a user