From 6a95ccc8db49e2926701ed3c2b568520d5e46b3a Mon Sep 17 00:00:00 2001 From: Christophe K <ckforall@gmail.com> Date: Sat, 25 Dec 2021 22:13:35 +0100 Subject: [PATCH] Replace like_mybb_bT4CK-theme.xml --- like_mybb_bT4CK-theme.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/like_mybb_bT4CK-theme.xml b/like_mybb_bT4CK-theme.xml index 8e5f913..8096ebe 100644 --- a/like_mybb_bT4CK-theme.xml +++ b/like_mybb_bT4CK-theme.xml @@ -500,7 +500,7 @@ a:active { @media only screen and (min-width: 1140px) { .wrapper { - width: 97%; + width: 98%; max-width: 1500px; padding: 0; margin: 0 auto; @@ -1702,8 +1702,19 @@ tr.trow_selected td { } .navigation { - color: #333; - font-size: 12px; + /*color: #333; + font-size: 12px;*/ +margin-bottom: 13px; + padding: 0 19px; + font-family: inherit; + color: #aaa; + border-radius: 10px; + font-size: 13px; + overflow: hidden; + height: 48px; + line-height: 48px; + background: rgba(65,93,249,.1); + filter: blur(0); } .navigation a:link { -- GitLab