Merge pull request #3184 from richardlawley/overlib-tweak

Overlib Style Tweak
This commit is contained in:
Neil Lathwood
2016-03-08 00:33:19 +00:00
+9
View File
@@ -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);
}