mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start page] fix bug 63432
This commit is contained in:
@ -368,6 +368,10 @@ input[type="radio"] {
|
||||
color: @text-normal-pressed;
|
||||
background-color: @highlight-button-hover;
|
||||
}
|
||||
|
||||
& small {
|
||||
color: @text-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
> .active > a {
|
||||
@ -378,6 +382,10 @@ input[type="radio"] {
|
||||
background-color: @highlight-button-pressed;
|
||||
color: @text-normal-pressed;
|
||||
}
|
||||
|
||||
& small.text-muted {
|
||||
color: @text-secondary !important;
|
||||
}
|
||||
}
|
||||
|
||||
> .disabled > a {
|
||||
|
||||
Reference in New Issue
Block a user