From e0ebdd922de38dcd2dd8bfb7d9fbcff7c8abbc24 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 10 May 2024 02:16:49 +0800 Subject: [PATCH] Update site.css --- route/static/css/site.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/route/static/css/site.css b/route/static/css/site.css index 235c870b7..6e097f777 100755 --- a/route/static/css/site.css +++ b/route/static/css/site.css @@ -5096,4 +5096,44 @@ select[disabled]{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; +} + + +.title.tabs-nav { + padding: 0; + position: relative; +} + +.title.tabs-nav span { + display: inline-block; + height: 50px; + min-width: 100px; + padding: 0 20px; + line-height: 50px; + font-size: 15px; + cursor: pointer; + position: relative; + text-align: center; +} + +.title.tabs-nav span.active { + color: #20a53a; + background: #20a53a08; +} + + +.title.tabs-nav select { + position: absolute; + right: 5px; + top: 50%; + margin-top: -12px; +} + +select[name="network-io"], select[name="disk-io"] { + font-size: 13px; + height: 24px; + line-height: 24px; + padding: 2px; + border-radius: 0; + border-color: #ececec; } \ No newline at end of file