[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/05: CSS : aide mis en évidence
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 02/05: CSS : aide mis en évidence |
Date: |
Sun, 28 Jan 2024 14:31:10 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit a8302f114c0b04a4bd59577af0633db1670bc33a
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Sat Jan 20 21:39:11 2024 +0100
CSS : aide mis en évidence
---
html/css/style-classic7.css | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 01ef67236..400d656ca 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -3410,4 +3410,12 @@ li.li-active {
z-index: 12;
position: absolute;
height: auto;
+ }
+ /**
+ * Help item in EXTENSION
+ */
+ #help {
+ background-color:lightgoldenrodyellow;
+ color:navy !important;
+ text-decoration: underline;
}
\ No newline at end of file