Missing border-radius #press2talk hover

This commit is contained in:
lindenkron 2023-04-14 17:03:24 +02:00
parent c49d24d77a
commit 3b48b541ad

View File

@ -3917,6 +3917,9 @@ div#guestFeeds:empty {
width:0px;
height:0px;
}
#press2talk:hover {
border-radius: 4px;
}
#press2talk[data-enabled="true"] {
background: #1e0000;
-webkit-box-shadow: inset 0px 0px 1px #b90000;