From 8eb1292cffc9796e64df46621e5d2f5fb03e6bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Sat, 27 Oct 2018 17:17:12 +0200 Subject: [PATCH] Improved Taghighlighting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix NĂ¼sse --- sass/partials/tabs.scss | 5 +++++ templates/main.php | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sass/partials/tabs.scss b/sass/partials/tabs.scss index 7a5a0ca6..c181c517 100644 --- a/sass/partials/tabs.scss +++ b/sass/partials/tabs.scss @@ -65,6 +65,11 @@ bottom: -1px; } } + +} + +.app-navigation-entry-bullet-color { + background-color: var(--color-primary); } .tab_container { diff --git a/templates/main.php b/templates/main.php index bc9d2f79..20c0cc67 100644 --- a/templates/main.php +++ b/templates/main.php @@ -133,8 +133,9 @@ style('passman', 'app'); -
  • - {{tag.text}} +
  • +
    + {{tag.text}}