summaryrefslogtreecommitdiffstats
path: root/htdocs/static/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/static/css/custom.css')
-rw-r--r--htdocs/static/css/custom.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/static/css/custom.css b/htdocs/static/css/custom.css
index 1d990d7..afb8e31 100644
--- a/htdocs/static/css/custom.css
+++ b/htdocs/static/css/custom.css
@@ -40,6 +40,15 @@ h1 {
text-decoration: none;
}
+#hostlist .list .selected {
+ border-color: rgba(82,168,236,0.8);
+ outline: 0;
+ outline: thin dotted 9;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
+ -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
+ box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
+}
+
#hostlist .ips {
margin: 0px;
}