2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Improve manage group box styles.

This commit is contained in:
John Preston
2019-05-01 15:31:06 +04:00
parent aede79640d
commit d48cafe1a3
3 changed files with 3 additions and 7 deletions

View File

@@ -718,7 +718,8 @@ adminLogFilterUserCheckbox: Checkbox(defaultBoxCheckbox) {
checkPosition: point(8px, 6px);
}
rightsCheckbox: Checkbox(defaultBoxCheckbox) {
rightsCheckbox: Checkbox(defaultCheckbox) {
textPosition: point(10px, 1px);
rippleBg: attentionButtonBgOver;
}
rightsToggle: Toggle(defaultToggle) {

View File

@@ -460,7 +460,7 @@ void EditRestrictedBox::createUntilVariants() {
_untilGroup,
value,
text,
st::defaultBoxCheckbox),
st::defaultCheckbox),
st::rightsToggleMargin));
if (!canSave()) {
_untilVariants.back()->setDisabled(true);