[mirotalk] - improve button hover

This commit is contained in:
Miroslav Pejic
2024-07-22 17:18:12 +02:00
parent 614663fade
commit bc03eab0fc
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.50
* @version 1.3.51
*
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.50",
"version": "1.3.51",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
+2 -2
View File
@@ -277,7 +277,7 @@ body {
}
#buttonsBar button:hover {
transform: var(--btns-hover-scale);
transform: translateY(-3px);
}
#buttonsBar button:focus {
@@ -1229,7 +1229,7 @@ th {
/* Change background color of buttons on hover */
.tab button:hover {
background-color: transparent;
transform: scale(0.95);
transform: translateY(-3px);
}
/* Create an active/current tablink class */
+2 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.50
* @version 1.3.51
*
*/
@@ -10114,7 +10114,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.3.50</strong>',
title: '<strong>WebRTC P2P v1.3.51</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },