CSS adjustments

merge-requests/237/merge
Tag 2023-01-14 17:01:06 -08:00
rodzic e4617bf8b5
commit efd584c7aa
2 zmienionych plików z 22 dodań i 28 usunięć

Wyświetl plik

@ -668,7 +668,7 @@
white-space: normal;
"
>
<div id="messageInfoDiv" class="boxDisplay">
<div id="messageInfoDiv" class="boxDisplay" style="overflow: hidden;">
<text id="callsign"></text> / <text id="country"></text> / <text id="grid"></text> / <text id="band"></text> / <text id="mode"></text> / <text id="appSource"></text>
</div>
<div id="messageTextDiv" class="boxDisplay" style="overflow: auto; white-space: pre-wrap;user-select: text"></div>

Wyświetl plik

@ -1,3 +1,22 @@
html {
margin: 0px;
-webkit-user-select: none;
user-select: none;
height: 100%;
background-color: black;
color: #fff;
white-space: nowrap;
font-family: Sans-Serif;
font-size: 12px;
text-align: center;
overflow: hidden;
width: 100%;
display: block;
filter:none;
}
@media print {
.printHotKeyDiv {
background-color: white;
@ -39,7 +58,6 @@
color: #fff;
display: none;
height: 100%;
}
.mapDivEnd {
@ -269,22 +287,6 @@
-webkit-border-radius: 6px;
}
html {
margin: 0px;
-webkit-user-select: none;
user-select: none;
height: 100%;
background-color: black;
color: #fff;
white-space: nowrap;
font-family: Sans-Serif;
font-size: 12px;
text-align: center;
overflow: hidden;
width: 100%;
display: block;
filter:none;
}
button:focus {
outline: none;
@ -538,7 +540,9 @@ select {
background-color: darkgreen;
color: #ff0;
cursor: pointer;
filter:inherit;
}
select:focus {
outline: none;
}
@ -555,18 +559,8 @@ select:disabled {
}
select option {
margin: 40px;
background: #000;
color: #fff;
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
-moz-appearance: none;
-webkit-appearance: none;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
text-indent: 0.2px;
text-overflow: "";
padding: 5px;
}
select option:focus {