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

domain fix

This commit is contained in:
GilbN 2021-10-14 23:13:34 +02:00
parent 68147a5f93
commit 1366d6ab88

View File

@ -53,12 +53,12 @@ body .container .footer {
body .container .header .action-icons>.pause, body .container .header .action-icons>.pause,
body .container .header .action-icons-small>.pause { body .container .header .action-icons-small>.pause {
background: url(https://dev.theme-park.dev/Resources/duplicati/pause.png); background: url(https://theme-park.dev/Resources/duplicati/pause.png);
} }
body .container .header .action-icons>.throttle, body .container .header .action-icons>.throttle,
body .container .header .action-icons-small>.throttle { body .container .header .action-icons-small>.throttle {
background: url(https://dev.theme-park.dev/Resources/duplicati/throttle.png); background: url(https://theme-park.dev/Resources/duplicati/throttle.png);
} }
body .container .body .content div.add .steps .step.active span, body .container .body .content div.add .steps .step.active span,
@ -209,27 +209,27 @@ body .container .body .contextmenu li a:hover {
} }
body .container .body .mainmenu>ul>li>a.home { body .container .body .mainmenu>ul>li>a.home {
background: url(https://dev.theme-park.dev/Resources/duplicati/home.png) no-repeat 8px 7px; background: url(https://theme-park.dev/Resources/duplicati/home.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.add { body .container .body .mainmenu>ul>li>a.add {
background: url(https://dev.theme-park.dev/Resources/duplicati/add.png) no-repeat 8px 7px; background: url(https://theme-park.dev/Resources/duplicati/add.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.restore { body .container .body .mainmenu>ul>li>a.restore {
background: url(https://dev.theme-park.dev/Resources/duplicati/restore.png) no-repeat 8px 7px; background: url(https://theme-park.dev/Resources/duplicati/restore.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.settings { body .container .body .mainmenu>ul>li>a.settings {
background: url(https://dev.theme-park.dev/Resources/duplicati/settings.png) no-repeat 8px 7px; background: url(https://theme-park.dev/Resources/duplicati/settings.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.about { body .container .body .mainmenu>ul>li>a.about {
background: url(https://dev.theme-park.dev/Resources/duplicati/about.png) no-repeat 8px 7px; background: url(https://theme-park.dev/Resources/duplicati/about.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.logout { body .container .body .mainmenu>ul>li>a.logout {
background: url(https://dev.theme-park.dev/Resources/duplicati/logout.png) no-repeat 8px 7px; background: url(https://theme-park.dev/Resources/duplicati/logout.png) no-repeat 8px 7px;
} }
#threedotmenu_add_destination>ul>li>a>span { #threedotmenu_add_destination>ul>li>a>span {