From adc62470c51384094a34608cbd594cc52af899b6 Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 13 Dec 2017 12:22:26 +0100 Subject: improve public dashboard --- public/css/theme2.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'public/css/theme2.css') diff --git a/public/css/theme2.css b/public/css/theme2.css index ad7770a4..6f30828a 100644 --- a/public/css/theme2.css +++ b/public/css/theme2.css @@ -6758,6 +6758,29 @@ body { .stats-success { color: #7b9c41; } +.dashboard-panel { + position: relative; +} +.dashboard-panel .panel-link { + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + text-decoration: none; + /* No underlines on the link */ + z-index: 10; + /* Places the link above everything else in the div */ + background-color: #758499; + /* Fix to make div clickable in IE */ + opacity: 0; + /* Fix to make div clickable in IE */ + filter: alpha(opacity=1); + /* Fix to make div clickable in IE */ +} +.dashboard-panel .panel-link:hover { + opacity: 0.3; +} .panel-primary .panel-heading a { color: #ffffff; } -- cgit v1.2.3-54-g00ecf