rtc

minimal webrtc client
git clone https://git.ce9e.org/rtc.git

commit
7dabb1cf58158d2c4c9433bfd9723561a5df7989
parent
5ac433419cb145a3ca75dab24ada2fba4c551c41
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-03-25 20:58
fix button color

Diffstat

M www/common.css 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/www/common.css b/www/common.css

@@ -38,8 +38,8 @@ button:focus,
   38    38 button:active,
   39    39 .btn:active,
   40    40 .toggle :checked + .btn {
   41    -1 	border-color: blue;
   42    -1 	background: blue;
   -1    41 	border-color: #2b4d80;
   -1    42 	background: #2b4d80;
   43    43 }
   44    44 
   45    45 .toggle input {