From 944392baecddc20396d35064d2c8813691b2406c Mon Sep 17 00:00:00 2001 From: z4yx Date: Thu, 5 Mar 2020 21:10:42 +0800 Subject: [PATCH] update tooltip style Signed-off-by: z4yx --- static/css/style.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/static/css/style.scss b/static/css/style.scss index 055ae0a..0bc424e 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -440,12 +440,11 @@ body { /* Tooltip text */ > .tooltiptext { visibility: hidden; - width: 120px; - background-color: black; + width: 130px; + background-color: #555; color: #fff; text-align: center; - padding: 5px 0; - border-radius: 6px; + border-radius: 5px; /* Position the tooltip text - see examples below! */ position: absolute;