From 97d59dbb98d7363e6d0784e88f78cc3e4fc61aa1 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Wed, 3 Apr 2024 21:53:52 +0200 Subject: [PATCH] Tooltips/Icons * properly format icons in tooltips after b125e55a4a0f22b3b5ed6ecff8723b979a1467f6 --- static/css/basic.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/basic.css b/static/css/basic.css index f7e0ca87..0a8a3230 100644 --- a/static/css/basic.css +++ b/static/css/basic.css @@ -34,6 +34,8 @@ .wowhead-tooltip ins { color: #5DF644; text-decoration: none; border-bottom: 1px dotted; } .wowhead-tooltip del { color: #FF8040; text-decoration: none; border-bottom: 1px dotted; } +.wowhead-tooltip span.icontiny { padding-left: 18px !important; background: left center no-repeat; } + .wowhead-tooltip-powered { /* background: url(../images/powered.png) no-repeat; */ width: 53px;