Merge pull request #1046 from lindenkron/Missing-border-radius

Missing border-radius #press2talk hover
This commit is contained in:
Steve Seguin 2023-04-14 14:07:56 -04:00 committed by GitHub
commit 67e0eda31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3912,6 +3912,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;