From: Trujulu Date: Sun, 27 Oct 2019 10:57:41 +0000 (+0000) Subject: Webui: minimal reworks for access theme X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02cae0f3da19a95b37f2a75e02f22c18961da418;p=thirdparty%2Ftvheadend.git Webui: minimal reworks for access theme * Edit the help image to reduce the white saw edges. * Use white images for tvdb and tmdb when using access. --- diff --git a/src/webui/extjs.c b/src/webui/extjs.c index 501fe1d52..1a4e020b5 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -198,8 +198,8 @@ page_about(http_connection_t *hc, const char *remain, void *opaque) FamFamFam, "\ "Google Noto Color Emoji "\ "(Apache Licence v2.0).\n"\ -"

This product uses the TMDB API but is not endorsed or certified by TMDb

"\ -"

TV information and images are provided by TheTVDB.com, but we are not endorsed or certified by TheTVDB.com or its affiliates. TheTVDB.com

"\ +"

This product uses the TMDB API but is not endorsed or certified by TMDb

"\ +"

TV information and images are provided by TheTVDB.com, but we are not endorsed or certified by TheTVDB.com or its affiliates. TheTVDB.com

"\ "

\n", tvh_gettext_lang(lang, N_("Based on software from")), tvh_gettext_lang(lang, N_("Icons from"))); diff --git a/src/webui/static/icons/help.png b/src/webui/static/icons/help.png index dc15b8da8..474c22fd3 100644 Binary files a/src/webui/static/icons/help.png and b/src/webui/static/icons/help.png differ diff --git a/src/webui/static/img/tmdb_white.png b/src/webui/static/img/tmdb_white.png new file mode 100644 index 000000000..8518c4885 Binary files /dev/null and b/src/webui/static/img/tmdb_white.png differ diff --git a/src/webui/static/img/tvdb_white.png b/src/webui/static/img/tvdb_white.png new file mode 100644 index 000000000..5454f20cb Binary files /dev/null and b/src/webui/static/img/tvdb_white.png differ diff --git a/vendor/ext-3.4.1/resources/css/xtheme-access.css b/vendor/ext-3.4.1/resources/css/xtheme-access.css index 7f0bd21a5..6f65bacc2 100644 --- a/vendor/ext-3.4.1/resources/css/xtheme-access.css +++ b/vendor/ext-3.4.1/resources/css/xtheme-access.css @@ -1832,3 +1832,11 @@ body.x-body-masked .x-window-plain .x-window-mc { .x-window-dlg .ext-mb-error { background-image:url(../images/access/window/icon-error.gif); } + +.tmdb { + content:url(../../../img/tmdb_white.png)!important; +} + +.tvdb { + content:url(../../../img/tvdb_white.png)!important; +}