forked from cybrespace/pinafore
fix button style
This commit is contained in:
parent
eb724e3045
commit
72d5ccdc6e
|
@ -224,6 +224,14 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-sensitive-media-button:hover {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status-sensitive-media-button:active {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
.status-sensitive-media-shown .status-sensitive-media-button {
|
.status-sensitive-media-shown .status-sensitive-media-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue