Proper readme docs

This commit is contained in:
Sam Potts
2015-02-17 14:54:39 +11:00
parent 61fe24e0bf
commit a39bbec1fd
8 changed files with 231 additions and 37 deletions

View File

@ -387,12 +387,6 @@
}
}
// Full browser view hides toggle
&-fullscreen [data-player='fullscreen'],
&-fullscreen [data-player='fullscreen'] + label {
display: none;
}
// Some options are hidden by default
[data-player='captions'],
[data-player='captions'] + label,
@ -406,6 +400,12 @@
&.fullscreen-enabled [data-player='fullscreen'] + label {
display: inline-block;
}
// Full browser view hides toggle
&-fullscreen [data-player='fullscreen'],
&-fullscreen [data-player='fullscreen'] + label {
display: none !important;
}
}
// Fixing display for IE10+