You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
862 B
CSS
44 lines
862 B
CSS
.getCountryDiv{
|
|
position: absolute;
|
|
background-color: #FFF;
|
|
border: 1px solid #DDB26D;
|
|
width: 200px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
.getCountryDiv li {
|
|
line-height: 20px;
|
|
list-style-type: none;
|
|
}
|
|
.getCountryDiv p {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
.getCountryDiv a {
|
|
display: block;
|
|
padding-left: 10px;
|
|
color: #666;
|
|
margin-right: 3px;
|
|
margin-left: 3px;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
}
|
|
.getCountryDiv li a:hover {
|
|
background-color: #FDF5DE;
|
|
color: #7D591E;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-top-style: solid;
|
|
border-right-style: none;
|
|
border-bottom-style: solid;
|
|
border-left-style: none;
|
|
border-top-color: #DDB26D;
|
|
border-right-color: #DDB26D;
|
|
border-bottom-color: #DDB26D;
|
|
border-left-color: #DDB26D;
|
|
font-weight: bold;
|
|
}
|