зеркало из https://github.com/mozilla/gecko-dev.git
Bug 780826 - Hover and active state for the video controls. r=dolske,shorlander
--HG-- extra : rebase_source : d8c2e631fc629124ab95e3e07dd4fa14a1b7b28a
This commit is contained in:
Родитель
d1649a65c9
Коммит
7f60476729
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче