From be4fa1dc1a9ead98deb65e0677e8a265ee2b215c Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 26 Mar 2022 14:35:46 -0700 Subject: [PATCH] fish_config: improve tab display Use a heavier weight slightly larger font, remove the borders, and prevent wrapping like: Binding s --- share/tools/web_config/fishconfig.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index ad1a83aec..e1be35921 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -34,14 +34,13 @@ body { .tab { display: table-cell; - border: 1px solid #ccc; - border-right: none; - border-top: none; + white-space: nowrap; padding-bottom: 15px; padding-top: 15px; padding-left: 3px; padding-right: 3px; - font-size: 14pt; + font-size: 16pt; + font-weight: 500; text-align: center; background-color: white; cursor: pointer;