From 6b4e7374731d69aff18ee0b8c6c3c1911b4055e0 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Wed, 6 Oct 2021 18:18:20 +0200
Subject: [PATCH] =?UTF-8?q?CSS:=20T=C5=99=C3=ADda=20pro=20elementy,=20kter?=
=?UTF-8?q?=C3=A9=20maj=C3=AD=20tool-tip=20(title)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
static/mo.css | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/static/mo.css b/static/mo.css
index 7dcf4162..6796adad 100644
--- a/static/mo.css
+++ b/static/mo.css
@@ -70,6 +70,12 @@ span.unknown {
color: red;
}
+.has-tip {
+ text-decoration: underline dashed;
+}
+
+/* Tables */
+
table.data {
border-collapse: collapse;
margin-top: 2ex;
@@ -388,6 +394,8 @@ div.alert + div.alert {
max-height: 100vh;
}
+/* User messages */
+
div.message {
padding: 5px 10px;
margin-bottom: 5px;
--
GitLab