Download:
child 111:b2e3a00a9691
parent 109:0b7cb65160f5
110:82e44ab02b5a
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Apr 2016 22:29:56 +0800
css: change default background color of remote video feeds to a darker gray

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
css/tram-im.css file | annotate | diff | comparison | revisions
--- a/css/tram-im.css Thu Apr 07 22:28:30 2016 +0800
+++ b/css/tram-im.css Thu Apr 07 22:29:56 2016 +0800
@@ -164,7 +164,7 @@
}
.video-block video.remote {
width: 100%;
- background: darkgray;
+ background: dimgray;
}
.video-block video.local {
background: black;