[mirotalk] - add hover

This commit is contained in:
Miroslav Pejic
2023-10-29 17:18:13 +01:00
parent fae0c6c8b7
commit aaed1c7504
+9 -8
View File
@@ -965,6 +965,15 @@ button:hover {
background-color: transparent;
}
#recImage {
width: 128px;
height: auto;
margin-bottom: 10px;
margin-top: 5px;
cursor: pointer;
}
#recImage:hover,
#myPeerNameSetBtn:hover,
#roomSendEmailBtn:hover,
#lockRoomBtn:hover,
@@ -982,14 +991,6 @@ button:hover {
transition: all 0.3s ease-in-out;
}
#recImage {
width: 128px;
height: auto;
margin-bottom: 10px;
margin-top: 5px;
cursor: pointer;
}
/*--------------------------------------------------------------
# Settings Table
--------------------------------------------------------------*/