Bug 780826 - Hover and active state for the video controls. r=dolske,shorlander

--HG--
extra : rebase_source : d8c2e631fc629124ab95e3e07dd4fa14a1b7b28a
This commit is contained in:
Jared Wein 2013-01-17 17:00:39 -05:00
Родитель d1649a65c9
Коммит 7f60476729
2 изменённых файлов: 26 добавлений и 0 удалений

Просмотреть файл

@ -22,6 +22,19 @@
min-height: 28px;
min-width: 28px;
border: none;
opacity: 0.7;
}
.playButton:hover,
.muteButton:hover,
.fullscreenButton:hover {
opacity: 1;
}
.playButton:hover:active,
.muteButton:hover:active,
.fullscreenButton:hover:active {
opacity: 0.4;
}
.playButton {

Просмотреть файл

@ -22,6 +22,19 @@
min-height: 28px;
min-width: 28px;
border: none;
opacity: 0.7;
}
.playButton:hover,
.muteButton:hover,
.fullscreenButton:hover {
opacity: 1;
}
.playButton:hover:active,
.muteButton:hover:active,
.fullscreenButton:hover:active {
opacity: 0.4;
}
.playButton {