From 3ec942a8e98d6a20296c162cdce3a1e5a7dc7a92 Mon Sep 17 00:00:00 2001 From: sawyerf Date: Wed, 27 Nov 2024 20:31:50 +0100 Subject: [PATCH 1/3] Up: Cmenu --- style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ffe1bbb..05752bd 100644 --- a/style.css +++ b/style.css @@ -248,6 +248,7 @@ ul.CMenu li a { color: #999; padding: 3px 18px; display: block; + text-decoration: none; } ul.CMenu li a:hover { @@ -257,6 +258,7 @@ ul.CMenu li a:hover { ul.CMenu li a.dis { color: #333; + text-decoration: none; } ul.CMenu li a.dis:hover { @@ -278,6 +280,8 @@ ul.CMenu li a.exp { ul.CMenu li a.exp:hover { background-position: right -44px; + background-color: #cfdeef; + color: #333; } ul.CMenu li a.sel { @@ -293,8 +297,8 @@ ul.CMenu li a:hover { background-color: #222; color: #ccc; font-family: 'Open Sans', sans-serif; - font-weight: 600; - text-shadow: 0 0 2px #000; + /* font-weight: 600; */ + /* text-shadow: 0 0 2px #000; */ } ul.CMenu li:hover ul li a { @@ -305,7 +309,6 @@ ul.CMenu li:hover ul li a { ul.CMenu li:hover ul li a:hover { background-color: #222; color: #ccc; - text-shadow: 0 0 2px #000; } ul.CMenu li ul li a.dis { From b11b45e8dc993cebc7991caa72eca1b0c6d41ca9 Mon Sep 17 00:00:00 2001 From: sawyerf Date: Thu, 28 Nov 2024 20:22:10 +0100 Subject: [PATCH 2/3] Delete comment --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index 05752bd..f198647 100644 --- a/style.css +++ b/style.css @@ -297,8 +297,6 @@ ul.CMenu li a:hover { background-color: #222; color: #ccc; font-family: 'Open Sans', sans-serif; - /* font-weight: 600; */ - /* text-shadow: 0 0 2px #000; */ } ul.CMenu li:hover ul li a { @@ -1161,4 +1159,4 @@ input[type=submit], width: 80px; text-wrap: nowrap; font-size: 12px; -} \ No newline at end of file +} From e6e0cfe2b47452ab719e6c15b2db1f2571c9fb85 Mon Sep 17 00:00:00 2001 From: sawyerf Date: Thu, 28 Nov 2024 20:25:26 +0100 Subject: [PATCH 3/3] Update color disable cmenu --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f198647..7fbf206 100644 --- a/style.css +++ b/style.css @@ -310,12 +310,12 @@ ul.CMenu li:hover ul li a:hover { } ul.CMenu li ul li a.dis { - color: #333; + color: #626262; } ul.CMenu li ul li a.dis:hover { background-color: #eee; - color: #333; + color: #626262; } /* Dividers */