1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-01 15:52:54 +02:00

Add a grey box-shadow on unselected previews

This commit is contained in:
Daniel Berteaud 2014-05-21 19:13:04 +02:00
parent fed045a3da
commit 4327f56a86

View File

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