Template:Audio/style.css: Difference between revisions

m
use border instead of shadow
m ([InPageEdit])
m (use border instead of shadow)
 
(One intermediate revision by the same user not shown)
Line 4:
max-width: 350px;
background: #444;
border-radius: 5px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.67);
border: 1px solid #444;
font-family: arial;
color: white;
Line 215 ⟶ 216:
padding: 0 4px;
line-height: normal;
}
 
.audio-player .controls .name a {
color: inherit;
}