From ac6f31fa22ee33b2ae8f9998cfc6bdb12f16b395 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 1 Jun 2021 14:31:38 +0100 Subject: [PATCH 1/2] Adjust hr color + padding --- app/css/custom.php | 3 ++- app/css/hackernews.css | 3 ++- app/css/lightsout.css | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/css/custom.php b/app/css/custom.php index dd8c31da..cec2f96b 100644 --- a/app/css/custom.php +++ b/app/css/custom.php @@ -17,7 +17,8 @@ body { } .h-underlined { - border-bottom: 1px solid #343434; + border-bottom: 1px solid #e3e6f0; + padding-bottom: 0.3rem; } .page-header { diff --git a/app/css/hackernews.css b/app/css/hackernews.css index 50e203cb..9b3abcf4 100644 --- a/app/css/hackernews.css +++ b/app/css/hackernews.css @@ -34,7 +34,8 @@ h5.card-title { } .h-underlined { - border-bottom: 1px solid #343434; + border-bottom: 1px solid #e3e6f0; + padding-bottom: 0.3rem; } .card, .modal-dialog { diff --git a/app/css/lightsout.css b/app/css/lightsout.css index d1e14f3e..aa42b720 100644 --- a/app/css/lightsout.css +++ b/app/css/lightsout.css @@ -24,7 +24,8 @@ h5.card-title { } .h-underlined { - border-bottom: 1px solid #343434; + border-bottom: 1px solid #e3e6f0; + padding-bottom: 0.3rem; } .page-header { From b5a1d12f1c172f5529707a9c4674fc706ce85762 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 1 Jun 2021 14:32:15 +0100 Subject: [PATCH 2/2] Update en_US locale w/ new messages --- locale/en_US/LC_MESSAGES/messages.po | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index fac66b24..1a808ead 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -147,6 +147,15 @@ msgstr "Hide" msgid "Not configured" msgstr "Not configured" +msgid "Connected" +msgstr "Connected" + +msgid "Known" +msgstr "Known" + +msgid "Nearby" +msgstr "Nearby" + msgid "Note: WEP access points appear as 'Open'. RaspAP does not currently support connecting to WEP" msgstr "Note: WEP access points appear as 'Open'. RaspAP does not currently support connecting to WEP"