Sorry firefox you don't get fulllscreen

This commit is contained in:
Kyle Fiedler
2012-04-12 15:19:35 -04:00
parent 7d9e02cbdf
commit 16aaf688d8
2 changed files with 11 additions and 0 deletions

View File

@@ -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;

View File

@@ -1,3 +1,9 @@
@-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;