From 3a2fbc38eab68d55812b89028c9f514951a46407 Mon Sep 17 00:00:00 2001 From: skaman82 Date: Sun, 15 Jan 2017 12:28:48 +0100 Subject: [PATCH] menu element is now marked active on select --- tabs/profiles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tabs/profiles.css b/tabs/profiles.css index dbbcf2cb..709612e7 100644 --- a/tabs/profiles.css +++ b/tabs/profiles.css @@ -91,9 +91,11 @@ width: calc(100% - 38px); } -.tab-configuration .list-menu li a:active { +.tab-configuration .list-menu li.active a { background-color: #37a8db; text-shadow: 0 1px rgba(0, 0, 0, 0.45); + color: white; + } .tab-configuration .airplane {