summaryrefslogtreecommitdiffstats
path: root/htdocs/static/css
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-30 18:00:55 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-30 19:07:26 +0200
commit1244de32fcebc13030aa8d0632c92c1031345652 (patch)
tree8ce50bba4fe3f51bcd6f0878414dbf67d8b838f6 /htdocs/static/css
parent004023d829e773fc5e7221238034c2de27735896 (diff)
downloadwww-1244de32fcebc13030aa8d0632c92c1031345652.tar.gz
www-1244de32fcebc13030aa8d0632c92c1031345652.tar.bz2
www-1244de32fcebc13030aa8d0632c92c1031345652.zip
index: list is now navigatable with cursor up and down
Diffstat (limited to 'htdocs/static/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;
}