From 16bba8cc6fb7091a73d627bbeec2a6e05090498c Mon Sep 17 00:00:00 2001 From: swuschke Date: Wed, 3 Aug 2016 00:18:45 +0200 Subject: [PATCH 1/2] fix colored border and highlights --- .../munstrap/static/css/style-munstrap.css | 30 +++++++++++++++++-- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/templates/munstrap/static/css/style-munstrap.css b/templates/munstrap/static/css/style-munstrap.css index 474ac399..d2f8498e 100644 --- a/templates/munstrap/static/css/style-munstrap.css +++ b/templates/munstrap/static/css/style-munstrap.css @@ -24,7 +24,7 @@ img#zoom_image{ } .link-domain { - font-size: 1.4em; + font-size: 1.4em; color: #660066; } .link-host { @@ -35,10 +35,34 @@ ul.groupview, ul.groupview ul { list-style-type: none; } .munin-icon { - background: url(../img/logo-munin.png) left top; + background: url(../img/logo-munin.png) left top; margin-top: -6px; - width: 35px; + width: 35px; height: 35px; display: block; float: left; } + +img { + border: 2px solid transparent; +} + +img.warn { + border: 2px solid #8a6d3b; +} + +img.crit { + border: 2px solid #a94442; +} + +img.unkn { + border: 2px solid #ffaa00; +} + +.text-critical { + color: #a94442 +} + +.text-critical:hover { + color: #843534 +} \ No newline at end of file From 93bc9acb959fd3af88c0af733d952752864938f4 Mon Sep 17 00:00:00 2001 From: swuschke Date: Thu, 5 Jan 2017 20:47:14 +0100 Subject: [PATCH 2/2] added a new line at eof --- templates/munstrap/static/css/style-munstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/munstrap/static/css/style-munstrap.css b/templates/munstrap/static/css/style-munstrap.css index d2f8498e..a559a450 100644 --- a/templates/munstrap/static/css/style-munstrap.css +++ b/templates/munstrap/static/css/style-munstrap.css @@ -65,4 +65,4 @@ img.unkn { .text-critical:hover { color: #843534 -} \ No newline at end of file +}