Commit 16aaf688 by Kyle Fiedler

Sorry firefox you don't get fulllscreen

parent 7d9e02cb
......@@ -2878,6 +2878,10 @@ section.course-index div#accordion ul.ui-accordion-content li a p {
section.course-index div#accordion ul.ui-accordion-content li a p.subtitle {
color: #666; }
@-moz-document url-prefix() {
a.add-fullscreen {
display: none !important; } }
section.course-content .dullify, section.course-content div.video-subtitles div.video-wrapper section.video-controls ul.vcr, section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls {
opacity: .4;
-webkit-transition-property: all;
......
@-moz-document url-prefix() {
a.add-fullscreen {
display: none !important;
}
}
section.course-content {
.dullify {
opacity: .4;
......@@ -290,6 +296,7 @@ section.course-content {
@include transition();
width: 30px;
&:hover {
color: #fff;
text-decoration: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment