mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added zoff image to embed thingy
This commit is contained in:
@@ -121,6 +121,19 @@
|
||||
overflow-y:scroll;
|
||||
}
|
||||
|
||||
#zoffbutton{
|
||||
cursor:pointer;
|
||||
position: absolute;
|
||||
top: -47px;
|
||||
left: 10px;
|
||||
background-image: url('static/images/squareicon_small.png');
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-position: center;
|
||||
background-size: 135%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.progress{background-color:rgba(0,0,0,0) !important;}
|
||||
|
||||
.indeterminate {
|
||||
@@ -129,6 +142,7 @@
|
||||
|
||||
#controls
|
||||
{
|
||||
position: relative;
|
||||
opacity:0;
|
||||
height:32px;
|
||||
background-color:grey;
|
||||
|
||||
Reference in New Issue
Block a user