Toogle Switch for sound included

pull/827/merge^2
TomBric 2019-06-28 20:30:43 +02:00 zatwierdzone przez GitHub
rodzic 222d4cc1b1
commit 6f37a456b6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 20 dodań i 6 usunięć

Wyświetl plik

@ -1,9 +1,3 @@
*:-webkit-full-screen {
width: 100%;
height: 100%;
}
//for iOS,Safari
.radar .backRect {
fill: black;
}
@ -164,3 +158,23 @@
fill: #121512;
}
.radar .tSmall {
line-height: 0.8;
font-size: 0.9em;
font-family: sans-serif;
text-anchor: middle;
font-weight: bold;
stroke-width: 0;
fill: white;
}
.radar .tSmallInvert {
line-height: 0.8;
font-size: 0.9em;
font-family: sans-serif;
text-anchor: middle;
font-weight: bold;
stroke-width: 0;
fill: #121512;
}