Merge pull request #2226 from MPOS/fixed-sound-toggle
[FIX] fixed button size when icon changes
This commit is contained in:
commit
87150f2038
@ -620,4 +620,8 @@ div.fade {
|
|||||||
color: #F79D00;
|
color: #F79D00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toggleSoundButton {
|
||||||
|
width: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
/* End Footer */
|
/* End Footer */
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="togglesound" class="togglesound">
|
<div id="togglesound" class="togglesound">
|
||||||
<div class="panel-footer text-right">
|
<div class="panel-footer text-right">
|
||||||
<button id="muteButton" type="button" class="btn-xs btn-success"><i class="fa fa-volume-up"></i></button>
|
<button id="muteButton" type="button" class="btn-xs btn-success toggleSoundButton"><i class="fa fa-volume-up"></i></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user