From 542a200d27ccbeb3b791c869ab5bd5d1324bafef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Utku=20ER=C5=9EAH=C4=B0NCE?= Date: Thu, 27 Jun 2024 10:28:29 +0300 Subject: [PATCH] reverting sidebar tab style #715 --- app/css/chise.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/css/chise.css b/app/css/chise.css index 660a17b7..3c758b2f 100644 --- a/app/css/chise.css +++ b/app/css/chise.css @@ -711,6 +711,21 @@ hr.inspector-divider { margin: 1px; } +.chise-tab a { + color: #555; + padding-left: 5px !important; + padding-right: 5px !important; + border-radius: 8px 8px 0 0 !important; +} + +.chise-tab.active a { + background: #eaeaea !important; +} + +.chise-tab:hover a { + background: #eaeaea !important; +} + .chise-network-tab { margin-right: 2px; border-radius: 0 0 8px 2px !important;