From f4ea7cd5633773a0f6438a1d50dbb70eeacf2f04 Mon Sep 17 00:00:00 2001 From: sprak3000 Date: Fri, 2 Oct 2020 14:06:02 -0400 Subject: Issue #1437 - Make tag cloud/list views buttons more obvious This work alters the markup and CSS for the tag sort UI to match the button feel filters and links per page uses. --- assets/default/scss/shaarli.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'assets') diff --git a/assets/default/scss/shaarli.scss b/assets/default/scss/shaarli.scss index f3782875..a528adb0 100644 --- a/assets/default/scss/shaarli.scss +++ b/assets/default/scss/shaarli.scss @@ -1558,11 +1558,11 @@ form { text-align: center; a { + background: $almost-white; display: inline-block; - margin: 0 15px; + padding: 5px; text-decoration: none; - color: $white; - font-weight: bold; + color: $dark-grey; } } -- cgit v1.2.3