From 40dbf85f7760d344179ff44af3fd21679f0f3633 Mon Sep 17 00:00:00 2001 From: "Roman Schmerold (BNoiZe)" Date: Sat, 14 Dec 2013 18:07:15 +0100 Subject: [PATCH] added a.active class to the template css Signed-off-by: Roman Schmerold (BNoiZe) --- templates/Froxlor/assets/css/main.css | 4 ++++ templates/Sparkle/assets/css/main.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/templates/Froxlor/assets/css/main.css b/templates/Froxlor/assets/css/main.css index 72df05b5..b827383c 100644 --- a/templates/Froxlor/assets/css/main.css +++ b/templates/Froxlor/assets/css/main.css @@ -395,6 +395,10 @@ a:hover { text-decoration: underline; } +a.active { + font-weight: bold; +} + .infotext { font-size: 11px; } diff --git a/templates/Sparkle/assets/css/main.css b/templates/Sparkle/assets/css/main.css index 70088a2d..3f6bd7a4 100644 --- a/templates/Sparkle/assets/css/main.css +++ b/templates/Sparkle/assets/css/main.css @@ -488,6 +488,10 @@ a:hover { text-decoration:underline; } +a.active { + font-weight: bold; +} + .infotext { font-size:11px; }