From ba4ddca67c1af56d4fbe467cd4eaff6317b6e0d3 Mon Sep 17 00:00:00 2001 From: pkrasicki <[omitted]> Date: Mon, 9 Mar 2020 11:36:14 +0000 Subject: [PATCH] Improve visibility of some UI elements Partially fixes #1441 Signed-off-by: pkrasicki --- public/css/extra.css | 8 ++++---- public/css/index.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/extra.css b/public/css/extra.css index 1622fbb6..2b23ad24 100644 --- a/public/css/extra.css +++ b/public/css/extra.css @@ -108,7 +108,7 @@ } .ui-toc-label { - opacity: 0.3; + opacity: 0.9; background-color: #ccc; border: none; -webkit-transition: opacity 0.2s; /* Safari */ @@ -117,13 +117,13 @@ .ui-toc .open .ui-toc-label { opacity: 1; - color: white; + color: #5f5f5f; -webkit-transition: opacity 0.2s; /* Safari */ transition: opacity 0.2s; } .ui-toc-label:focus { - opacity: 0.3; + opacity: 1; background-color: #ccc; color: black; } @@ -326,7 +326,7 @@ margin-left: 10px; font-size: 12px; font-weight: 500; - color: #999; + color: rgba(0, 0, 0, 0.85); } .expand-toggle:hover, .expand-toggle:focus, .back-to-top:hover, .back-to-top:focus, .go-to-bottom:hover, .go-to-bottom:focus { diff --git a/public/css/index.css b/public/css/index.css index f06f12a7..eeb1f8b9 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -570,7 +570,7 @@ div[contenteditable]:empty:not(:focus):before{ .ui-theme-toggle, .ui-linter-toggle, .ui-spellcheck-toggle { - opacity: 0.2; + opacity: 0.5; cursor: pointer; }