summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-05-07 19:17:55 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-05-07 19:17:55 +0200
commit1074e38d62c1717e136dab1f5309e2d18f223c5c (patch)
treed785fd1e5d6933de829cc0e7b81a45c8ee9ced56 /public
parentd57aea18371f939c8e84ebf9af04a7dd9c6a8033 (diff)
default: add border for moreinfo popup
Diffstat (limited to 'public')
-rw-r--r--public/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/default.css b/public/default.css
index 42f8f94..4582295 100644
--- a/public/default.css
+++ b/public/default.css
@@ -113,7 +113,7 @@ div.displayclean li .moreinfo {
min-height: 1em;
max-height: 90%;
background-color: white;
- border: 1px solid black;
+ border: 0.2em inset #666666;
z-index: 5;
display: none;
overflow: auto;