Add a grey box-shadow on unselected previews

master
Daniel Berteaud 11 years ago
parent fed045a3da
commit 4327f56a86
  1. 3
      public/css/vroom.css

@ -4,6 +4,7 @@
#webRTCVideo video {
width: 100%;
height: auto;
box-shadow: 0px 0px 2pt 2pt grey;
}
#webRTCVideo .selected {
box-shadow: 0px 0px 2pt 2pt red;
@ -11,7 +12,7 @@
#mainVideo{
margin-right: auto;
margin-left: auto;
text-align: center;
text-align: center;
}
#mainVideo video {
max-width: 100%;

Loading…
Cancel
Save