Merge pull request #37 from phl0/containerBackground

Add transparent background for text box
This commit is contained in:
Per Qvarforth 2023-03-19 21:45:31 +01:00 committed by GitHub
commit 77d0f37462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -307,17 +307,20 @@ input[type=submit]:hover {
#cordinates-container {
clear: both;
padding-top:5px;
padding:5px;
color: #4d4d4d;
background-color: rgba(255, 255, 255, 0.7);
font-size: 11px;
display: none;
min-width: 130px;
}
#status-container {
padding-top:5px;
padding:5px;
white-space:nowrap;
line-height: 20px;
font-size: 11px;
background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 800px) {