rtc

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

commit
5dd3445cc397435b60607cca1e6dd67faa99c7d6
parent
e09ccf2091faef1eb7c38b284981a6cc5fd3d30f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-03-25 21:46
refine button styles

Diffstat

M www/common.css 10 ++++++----

1 files changed, 6 insertions, 4 deletions


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

@@ -29,13 +29,15 @@ button,
   29    29 	cursor: pointer;
   30    30 }
   31    31 button:hover,
   32    -1 button:focus,
   33    -1 .btn:hover,
   34    -1 .btn:focus,
   35    -1 .toggle:focus-within .btn {
   -1    32 .btn:hover {
   36    33 	border-color: #25a;
   37    34 	background: #25a;
   38    35 }
   -1    36 button:focus,
   -1    37 .btn:focus,
   -1    38 .toggle :focus + .btn {
   -1    39 	box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
   -1    40 }
   39    41 button:active,
   40    42 .btn:active,
   41    43 .toggle :checked + .btn {