mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
/*
|
|
This file is part of Telegram Desktop,
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
For license and copyright information please follow this link:
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
*/
|
|
using "boxes/boxes.style";
|
|
|
|
moderateBoxExpand: IconEmoji {
|
|
icon: icon {{ "chat/reply_type_group", boxTextFg }};
|
|
padding: margins(1px, 3px, 1px, 0px);
|
|
useIconColor: true;
|
|
}
|
|
moderateBoxExpandRight: 10px;
|
|
moderateBoxExpandIcon: IconEmoji{
|
|
icon: icon{{ "info/edit/expand_arrow_small-flip_vertical", windowActiveTextFg }};
|
|
padding: margins(-2px, -1px, 0px, 0px);
|
|
useIconColor: true;
|
|
}
|
|
moderateBoxExpandIconDown: IconEmoji{
|
|
icon: icon{{ "info/edit/expand_arrow_small", windowActiveTextFg }};
|
|
padding: margins(-2px, -1px, 0px, 0px);
|
|
useIconColor: true;
|
|
}
|
|
moderateBoxDividerLabel: FlatLabel(boxDividerLabel) {
|
|
palette: TextPalette(defaultTextPalette) {
|
|
selectLinkFg: windowActiveTextFg;
|
|
}
|
|
}
|
|
moderateCommonGroupsCheckbox: RoundImageCheckbox(defaultPeerListCheckbox) {
|
|
imageRadius: 12px;
|
|
imageSmallRadius: 11px;
|
|
selectWidth: 2px;
|
|
check: RoundCheckbox(defaultPeerListCheck) {
|
|
size: 16px;
|
|
sizeSmall: 0.3;
|
|
bgInactive: overviewCheckBg;
|
|
bgActive: overviewCheckBgActive;
|
|
check: icon {{
|
|
"default_checkbox_check",
|
|
overviewCheckFgActive,
|
|
point(1px, 4px)
|
|
}};
|
|
}
|
|
}
|