Add transparent background for text box

This commit is contained in:
phl0 2023-03-02 12:16:37 +01:00
parent dbd10cf1e1
commit cfdb0f455a
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 5 additions and 2 deletions

View File

@ -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) {