[mirotalksfu] - improve buttons UI

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-24 14:41:56 +02:00
الأصل 7f71a4a2c4
التزام a94f1a2d79
5 ملفات معدلة مع 12 إضافات و9 حذوفات

عرض الملف

@@ -199,6 +199,7 @@ body {
#control button:hover {
transform: translateY(-3px);
background: var(--body-bg) !important;
}
#control button i {
@@ -236,14 +237,15 @@ body {
width: 48px;
font-size: 1.4rem;
padding: 10px;
background: var(--btns-bg-color);
border-radius: 10px;
background: var(--btns-bg-color);
border: none !important;
transition: all 0.3s ease-in-out;
}
#bottomButtons button:hover {
transform: var(--btns-hover-scale);
background: var(--body-bg) !important;
}
/*--------------------------------------------------------------
@@ -1086,7 +1088,8 @@ button {
button:hover {
color: grey;
transform: var(--btns-hover-scale);
/* background: var(--body-bg) !important; */
/* transform: var(--btns-hover-scale); */
}
.red {
@@ -1188,7 +1191,7 @@ button:hover {
#receiveAbortBtn:hover,
#receiveHideBtn:hover {
color: rgb(255, 0, 0);
transform: var(--btns-hover-scale);
transform: translateY(-3px);
transition: all 0.3s ease-in-out;
}
@@ -1300,7 +1303,7 @@ progress {
border: solid 0.5px #afadad38;
}
.whiteboardColorPicker:hover {
transform: var(--btns-hover-scale);
transform: translateY(-3px);
transition: all 0.3s ease-in-out;
cursor: pointer;
}