PageTemplate/Styles
* set styles for audio controls so they visually fit on chrome
This commit is contained in:
parent
3510c8211c
commit
511e1a78e6
1 changed files with 8 additions and 0 deletions
|
|
@ -4126,6 +4126,14 @@ div.captcha-center {
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
audio {
|
||||
background: rgba(0, 0, 0, 0.21);
|
||||
border-radius: 99px;
|
||||
margin-bottom: 0 !important;
|
||||
margin-top: 0 !important;
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
.audio-controls td {
|
||||
text-align:center
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue