forked from server/soundboard
Disable button hover effect when in edit mode
This commit is contained in:
parent
a6a1b04a8e
commit
5068488386
@ -180,6 +180,10 @@ nav .extra > a {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sound.edit a:hover {
|
||||||
|
box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
.table-row {
|
.table-row {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user