From c47c186436ffb653168a9674675727941470aa97 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 30 Jun 2023 15:53:48 +0300 Subject: [PATCH] Improved routerconsole NavBar --- .../jsp/themes/console/light/console.css | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css index 298ddf755e..7098f64098 100644 --- a/apps/routerconsole/jsp/themes/console/light/console.css +++ b/apps/routerconsole/jsp/themes/console/light/console.css @@ -1773,53 +1773,44 @@ h1, box-sizing: border-box; display: inline-block; border: 1px solid #dee2e6; - border-radius: 12px; + border-radius: 4px; margin: 2 1px 1px 1px !important; - padding: 1px 0; + padding: 4px 12px; background: #fff; min-width: 60px !important; } -.tab a { - display: inline-block; - padding: 3px 14px; -} - .tab:hover a { color: #495057 !important; } .tab { background: #f6f6fa; - box-shadow: inset 0 0 0 1px #f6f6fa; } .tab:hover { background: #dee2e6; - box-shadow: inset 0 0 0 1px #dee2e6; position: relative; z-index: 30; } .tab:active { - box-shadow: inset 3px 2px 2px #4661A9; + color: #fafaff; background: #4661A9; + border-color: #4661A9; transition: ease box-shadow 0.05s; } .tab:active a { color: #dee2e6 !important; - text-shadow: 0 1px 1px #5f2d0c; } .tab2 { position: relative; z-index: 50; - padding: 4px 12px; color: #fafaff; - text-shadow: 0 1px 1px #113; - box-shadow: inset 1px 1px 1px rgba(31, 43, 63, 0.7); background: #4661A9; + border-color: #4661A9; }