Add transparent background for text box
This commit is contained in:
parent
dbd10cf1e1
commit
cfdb0f455a
|
|
@ -307,17 +307,20 @@ input[type=submit]:hover {
|
||||||
|
|
||||||
#cordinates-container {
|
#cordinates-container {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-top:5px;
|
padding:5px;
|
||||||
color: #4d4d4d;
|
color: #4d4d4d;
|
||||||
|
background-color: rgba(255, 255, 255, 0.7);
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
display: none;
|
display: none;
|
||||||
|
min-width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#status-container {
|
#status-container {
|
||||||
padding-top:5px;
|
padding:5px;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
background-color: rgba(255, 255, 255, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 800px) {
|
@media screen and (min-width: 800px) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue