mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
fix bug 75290
This commit is contained in:
@ -617,14 +617,16 @@ input[type="radio"] {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 14px;
|
top: 14px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
padding: 1px 6px 0 6px;
|
display: flex;
|
||||||
|
height: 28px;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0px 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: conic-gradient(from 225deg at 50% 50%, var(--format-bg-start) 0deg, var(--format-bg-end) 360deg);
|
background: conic-gradient(from 225deg at 50% 50%, var(--format-bg-start) 0deg, var(--format-bg-end) 360deg);
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: @text-contrast-background;
|
color: @text-contrast-background;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 28px;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user