From 146a5731e8bc9d3289d52f9c9da93c2d02e92eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Thu, 28 Dec 2023 16:20:06 +0100 Subject: [PATCH] Fix the tabs CSS style --- flexiapi/public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexiapi/public/css/style.css b/flexiapi/public/css/style.css index 83f9569..4519801 100644 --- a/flexiapi/public/css/style.css +++ b/flexiapi/public/css/style.css @@ -174,7 +174,7 @@ code { } p>a:not(.btn), -li>a, +ul:not(.tabs)>li>a, table tr td a:not(.btn):hover, label>a { text-decoration: underline;