From 04c1ed98f24c57f0669d677863d5265ef5dd88c2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 11 Feb 2020 17:37:53 +0100 Subject: [PATCH] Move the style into a css file --- .../src/main/webapp/WEB-INF/jsp/helpToolTip.jsp | 10 ---------- .../main/webapp/style/default-without-mediaelement.css | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/helpToolTip.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/helpToolTip.jsp index 09ffa719..15796773 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/helpToolTip.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/helpToolTip.jsp @@ -16,16 +16,6 @@ PARAMETERS }); - - diff --git a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css index 5acea753..2b60f00e 100644 --- a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css +++ b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css @@ -465,3 +465,12 @@ img { #zoom_img { display: block; cursor: pointer; width: 100%; border: 0; margin: 0; padding: 0; } #zoom_close { position: absolute; display: none; cursor: pointer; left: -15px; top: -15px; width: 30px; height: 30px; background: url(../script/closebox.png) no-repeat; } #zoom_spin { position: absolute; display: none; z-index: 525; width: 50px; height: 50px; background: url(../script/spin.png) no-repeat; } + +/* jquery-ui tooltip theme */ +div.ui-tooltip { + max-width: 400px; + box-shadow:none; + background-color: #f1f1f1; + border-radius: 6px; + border: 1px solid #3333; +} \ No newline at end of file