From fc063e3fb4ccca75681601785d2848a86b998294 Mon Sep 17 00:00:00 2001 From: pfbreton-perso <59520411+pfbreton-perso@users.noreply.github.com> Date: Wed, 14 Jun 2023 11:23:38 -0400 Subject: [PATCH] Improve legibility of tabs This change improves the legibility of the tabs by: - increasing the font size slightly - using a black color and bold type for the active tab - increasing the width of the color bands I made those changes while working on several GPX tracks and found myself confised about which tab was active vs not. --- res/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/index.css b/res/index.css index 7d6221f0..a11464ae 100644 --- a/res/index.css +++ b/res/index.css @@ -756,8 +756,8 @@ html, body { border-radius: 4px 4px 0px 0px; margin-bottom: -5px; overflow-y: hidden; - font-size: 12px; - color: #777777; + font-size: 14px; + color: #454545; display:inline-block; -webkit-touch-callout: none; -webkit-user-select: none; @@ -777,6 +777,8 @@ html, body { -webkit-box-shadow: #BCBCBC 2px 0px 2px, #BCBCBC inset 0px 0px 0px; -moz-box-shadow: #BCBCBC 2px 0px 2px, #BCBCBC inset 0px 0px 0px; background-color: #fcfcfc; + color: #000000; + font-weight: bold; } .tab-color { position: inherit;