mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 13:27:32 +08:00
[mobile] Fix bug 48187
This commit is contained in:
@ -447,14 +447,18 @@
|
||||
.color-hsb-preview {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
border-radius: 100px;
|
||||
overflow: hidden;
|
||||
// border: 1px solid @gray;
|
||||
border: 0;
|
||||
border: 1px solid @gray;
|
||||
border-radius: 100px;
|
||||
.new-color-hsb-preview, .current-color-hsb-preview {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
}
|
||||
.new-color-hsb-preview {
|
||||
border-radius: 100px 100px 0 0;
|
||||
}
|
||||
.current-color-hsb-preview {
|
||||
border-radius: 0 0 100px 100px;
|
||||
}
|
||||
}
|
||||
.button-round {
|
||||
height: 72px;
|
||||
|
||||
Reference in New Issue
Block a user