From 0e19917a7be2f88014fc6d661f06042318475042 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 21 Oct 2023 10:55:36 +0200 Subject: [PATCH 01/16] add text to search checkbox label --- chloro/rdio/static/css/style.scss | 16 ++++++++++++++-- chloro/rdio/templates/phyll/base.html | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/chloro/rdio/static/css/style.scss b/chloro/rdio/static/css/style.scss index ebbd893..1061f6e 100644 --- a/chloro/rdio/static/css/style.scss +++ b/chloro/rdio/static/css/style.scss @@ -38,12 +38,24 @@ html { --toc-background-mobile: rgba(25, 15, 15); --search-hit-hover-background: #002; } - - } @import "../../../phyll/static/css/_opensans.scss"; +.sr-only { + position: absolute !important; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; + background: white; + color: black; +} + body { font-family: "Open Sans", sans-serif; background: url(6138240034_68f81350a2_o-x.jpg) top center no-repeat fixed; diff --git a/chloro/rdio/templates/phyll/base.html b/chloro/rdio/templates/phyll/base.html index bfb8a8e..26522b3 100644 --- a/chloro/rdio/templates/phyll/base.html +++ b/chloro/rdio/templates/phyll/base.html @@ -19,7 +19,7 @@