1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00
Files
seahub/frontend/src/css/switch.css
awu0403 c3173a66e8 update transfer repo (#6965)
* update

* optimize code

* optimize

* update sql

* test

* update

* optimize

* update UI

* change style

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: Michael An <2331806369@qq.com>
2024-11-04 09:46:03 +08:00

24 lines
443 B
CSS

.seahub-switch .custom-switch {
cursor: pointer;
}
.seahub-switch.small .custom-switch-indicator {
width: 22px;
height: 12px;
border-radius: 6px;
cursor: pointer;
}
.seahub-switch.small .custom-switch-indicator.disabled {
cursor: default;
}
.seahub-switch.small .custom-switch-indicator:before {
height: 8px;
width: 8px;
}
.seahub-switch.small .custom-switch-input:checked~.custom-switch-indicator:before {
left: 12px;
}