From b250b862d167ccb72e2ccc7be96563334f05d523 Mon Sep 17 00:00:00 2001 From: Richard Lawley Date: Mon, 7 Mar 2016 21:25:01 +0000 Subject: [PATCH] Overlib Style Tweak --- html/css/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/html/css/styles.css b/html/css/styles.css index 176c7da14..f480f4773 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1855,3 +1855,12 @@ label { color: black; border-color:transparent; } + +#overDiv { + z-index: 1200 !important; + border: solid 1px #ccc; + background-color: white; + padding: 5px; + border-radius: 4px; + box-shadow: 0 5px 15px rgba(0,0,0,.5); +} \ No newline at end of file