forked from External/mediamtx
hls, webrtc: in web page, add shadow to messages (#2959)
This commit is contained in:
parent
b32bc8dee9
commit
4553fc267c
3 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ html, body {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
text-shadow: 0 0 5px black;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,7 @@ select, input[type="text"] {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
text-shadow: 0 0 5px black;
|
||||||
}
|
}
|
||||||
#publish-button {
|
#publish-button {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ html, body {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
text-shadow: 0 0 5px black;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue