From e550ffecc516946a34cd3728bf824eefa0208b75 Mon Sep 17 00:00:00 2001 From: Aidaho12 Date: Tue, 17 Apr 2018 12:32:00 +0600 Subject: [PATCH] v2.0.0.1 Colors --- cgi-bin/ovw.py | 2 +- inc/style.css | 33 +++++++++++++++++++-------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/cgi-bin/ovw.py b/cgi-bin/ovw.py index d4f19f43..f0686ce3 100644 --- a/cgi-bin/ovw.py +++ b/cgi-bin/ovw.py @@ -91,7 +91,7 @@ def get_overview(): print('') print('' - '' + '' '' diff --git a/inc/style.css b/inc/style.css index 8bedcdfa..b3178796 100644 --- a/inc/style.css +++ b/inc/style.css @@ -205,7 +205,7 @@ pre { margin-left: 30px; } .line { - background-color: #EBF1F1; + background-color: #f5faf4; border: 1px solid #ddd; } .line, .line3 { @@ -215,10 +215,10 @@ pre { padding-right: 10px; } .line:hover, .line3:hover, tr:hover { - background-color: #EEEEEE; + background-color: #f6f8fa; } .overviewHead:hover { - background-color: #EBF1F1 + background-color: #f4f9f3e6; } .comment { color: #aaa; @@ -262,7 +262,7 @@ pre { } .overviewHead { border-radius: 5px; - background-color: #EBF1F1; + background-color: #f4f9f3e6; font-weight: bold; } .overview tr{ @@ -275,7 +275,7 @@ pre { }*/ .overviewTr { margin: 0; - background-color: #f6f6f6; + background-color: #f6f8fa; padding-left: 15px; font-size: 15px; } @@ -381,18 +381,20 @@ pre { padding-left: 0; padding-right: 0; } -.ui-state-default { - background-color: #EBF1F1 !important; -} -.ui-state-active { - background-color: #5D9CEB !important; - border: none !important; - border-color: #5D9CEB !important; - font-weight: bold !important; -} .ui-button { padding-left: 10px !important; padding-right: 10px !important; + background: #f4f9f380 !important; +} +.ui-state-default { + background-color: #EBF1F1 !important; +} + +.ui-state-active { + background-color: #4A89D8 !important; + border: none !important; + border-color: #5D9CEB !important; + font-weight: bold !important; } .ui-tooltip, .arrow:after { background: #33414E !important; @@ -406,6 +408,9 @@ pre { .ui-widget-header { background: #5d9ceb !important; } +.ui-menu, .ui-menu-item { + background: #EBF1F133 !important; +} a { background-color: transparent; }
ServerServer' 'HAproxy info' '