Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc-2-2
Commits
ee1eb625
Commit
ee1eb625
authored
Sep 22, 2011
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web intf: no need for js for opacity changes
parent
7fe3a136
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
share/lua/http/css/main.css
share/lua/http/css/main.css
+9
-0
share/lua/http/index.html
share/lua/http/index.html
+0
-4
No files found.
share/lua/http/css/main.css
View file @
ee1eb625
...
@@ -118,6 +118,15 @@ body{
...
@@ -118,6 +118,15 @@ body{
background-image
:
url("../images/buttons.png")
;
background-image
:
url("../images/buttons.png")
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
}
}
.button48
:hover
{
filter
:
alpha
(
opacity
:
0.5
);
-ms-filter
:
"alpha(opacity=50)"
;
-khtml-opacity
:
0.50
;
-moz-opacity
:
0.5
;
filter
:
alpha
(
opacity
=
50
);
opacity
:
0.5
;
}
.button
{
.button
{
cursor
:
pointer
;
cursor
:
pointer
;
display
:
inline-block
;
display
:
inline-block
;
...
...
share/lua/http/index.html
View file @
ee1eb625
...
@@ -46,10 +46,6 @@
...
@@ -46,10 +46,6 @@
var
pollStatus
=
true
;
var
pollStatus
=
true
;
$
(
function
(){
$
(
function
(){
$
(
'
.button
'
).
hover
(
function
(){
$
(
this
).
addClass
(
'
ui-state-hover
'
)},
function
(){
$
(
this
).
removeClass
(
'
ui-state-hover
'
)});
$
(
'
.button
'
).
hover
(
function
(){
$
(
this
).
addClass
(
'
ui-state-hover
'
)},
function
(){
$
(
this
).
removeClass
(
'
ui-state-hover
'
)});
$
(
'
.button48
'
).
hover
(
function
(){
$
(
this
).
css
({
'
filter
'
:
'
alpha(opacity=50)
'
,
'
-moz-opacity
'
:
'
0.5
'
,
'
-khtml-opacity
'
:
'
0.5
'
})},
function
(){
$
(
this
).
css
({
'
filter
'
:
'
alpha(opacity=100)
'
,
'
-moz-opacity
'
:
'
1
'
,
'
-khtml-opacity
'
:
'
1
'
})}
);
$
(
'
#buttonPlayList
'
).
click
(
function
(){
$
(
'
#buttonPlayList
'
).
click
(
function
(){
$
(
'
#libraryContainer
'
).
animate
({
$
(
'
#libraryContainer
'
).
animate
({
height
:
'
toggle
'
height
:
'
toggle
'
...
...
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