Domain Selector: Slightly increased drop-shadow.

This commit is contained in:
Nate Jones 2014-07-26 07:13:53 +00:00
parent 8bcba2abb7
commit b9a13d838d
1 changed files with 4 additions and 4 deletions

View File

@ -763,7 +763,7 @@ legend {
right: 0px; right: 0px;
top: 0px; top: 0px;
bottom: 0px; bottom: 0px;
width: 350px; width: 360px;
overflow: hidden; overflow: hidden;
display: none; display: none;
} }
@ -779,9 +779,9 @@ legend {
font-size: 10pt; font-size: 10pt;
overflow: hidden; overflow: hidden;
background-color: #fff; background-color: #fff;
-webkit-box-shadow: 0px 0px 5px #888; -webkit-box-shadow: 0px 0px 10px #888;
-moz-box-shadow: 0px 0px 5px #888; -moz-box-shadow: 0px 0px 10px #888;
box-shadow: 0px 0px 5px #888; box-shadow: 0px 0px 10px #888;
} }
#domains_header { #domains_header {