diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-07 19:17:55 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-07 19:17:55 +0200 |
commit | 1074e38d62c1717e136dab1f5309e2d18f223c5c (patch) | |
tree | d785fd1e5d6933de829cc0e7b81a45c8ee9ced56 | |
parent | d57aea18371f939c8e84ebf9af04a7dd9c6a8033 (diff) |
default: add border for moreinfo popup
-rw-r--r-- | public/default.css | 2 |
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; |