Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
galene
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
galene
Commits
358cdd91
Commit
358cdd91
authored
Oct 29, 2020
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make video control buttons more visible
parent
5a526c24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
static/sfu.css
static/sfu.css
+7
-4
static/sfu.html
static/sfu.html
+1
-1
No files found.
static/sfu.css
View file @
358cdd91
...
...
@@ -406,6 +406,10 @@ textarea.form-reply {
top
:
5px
;
}
.vc-overlay
{
background
:
linear-gradient
(
180deg
,
rgb
(
0
0
0
/
0%
)
0%
,
rgb
(
0
0
0
/
7%
)
0%
,
rgb
(
0
0
0
/
24%
)
100%
);
}
.peer
:hover
>
.video-controls
,
.peer
:hover
>
.top-video-controls
{
opacity
:
1
;
transition
:
all
.7s
ease-out
;
...
...
@@ -413,10 +417,9 @@ textarea.form-reply {
.video-controls
span
,
.top-video-controls
span
{
margin-right
:
20px
;
transition
:
all
.
5
s
ease-out
;
opacity
:
.5
;
transition
:
all
.
7
s
ease-out
;
opacity
:
1
;
cursor
:
pointer
;
text-shadow
:
2px
2px
4px
rgba
(
123
,
123
,
123
,
0.65
);
}
.video-controls
span
:last-child
{
...
...
@@ -424,7 +427,7 @@ textarea.form-reply {
}
.video-controls
span
:hover
,
.top-video-controls
span
:hover
{
opacity
:
1
;
opacity
:
.5
;
transition
:
opacity
.5s
ease-out
;
}
...
...
static/sfu.html
View file @
358cdd91
...
...
@@ -197,7 +197,7 @@
</div>
<div
id=
"videocontrols-template"
class=
"invisible"
>
<div
class=
"video-controls"
>
<div
class=
"video-controls
vc-overlay
"
>
<span
class=
"volume"
title=
"Volume"
>
<i
class=
"fa fa-volume-up"
data-type=
"bt-volume"
aria-hidden=
"true"
></i>
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment