From c1506634de06518d40cde2079a40e116e0b8c584 Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Fri, 17 Apr 2020 22:32:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BE=D0=B3=D0=BD=D0=B0?= =?UTF-8?q?=D0=BB=20=D1=82=D1=83=D0=BB=D1=82=D0=B8=D0=BF=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D0=92=D0=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controls.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/controls.css b/controls.css index 699d601..55f8b62 100644 --- a/controls.css +++ b/controls.css @@ -1,16 +1,18 @@ .mute_message .mutetooltip { visibility: hidden; - width: 120px; - background-color: #555; + width: auto; + background-color: rgba(0, 0, 0, 0.7); color: #fff; text-align: center; - padding: 5px 0; - border-radius: 6px; + font-size: 1em; + padding: 4px 7px 5px; + line-height: 1.154; + border-radius: 3px; /* Position the tooltip text */ position: absolute; z-index: 1; - bottom: 125%; + bottom: 130%; left: 50%; margin-left: -60px; @@ -24,11 +26,11 @@ content: ""; position: absolute; top: 100%; - left: 50%; + left: 80%; margin-left: -5px; border-width: 5px; border-style: solid; - border-color: #555 transparent transparent transparent; + border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent; } /* Show the tooltip text when you mouse over the tooltip container */