[mirotalk] - improve buttons hover

This commit is contained in:
Miroslav Pejic
2024-08-10 21:53:14 +02:00
parent cd6ce957cc
commit 85abd6e10b
+3 -2
View File
@@ -271,10 +271,10 @@ body {
border: none !important;
border-radius: 5px;
transition: all 0.3s ease-in-out;
}
#buttonsBar button:hover {
color: white;
background: var(--body-bg);
transform: translateY(-3px);
}
@@ -332,6 +332,7 @@ body {
}
#bottomButtons button:hover {
color: white;
background: var(--body-bg);
transform: var(--btns-hover-scale);
}
@@ -710,7 +711,7 @@ button {
}
button:hover {
/* color: grey; */
color: white !important;
background: var(--body-bg);
}