openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 34488e36a2b7a9086b45674b07a4cbb0cd357fd7
parent 961b2a6c895d09626fd01398cbb51dbeb9f42d4b
Author: Jan Dankert <develop@jandankert.de>
Date:   Tue, 30 Nov 2021 21:38:33 +0100

New: Cover-images for checkboxes and radio buttons.

Diffstat:
Mmodules/cms/ui/themes/default/style/openrat-image.less | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/modules/cms/ui/themes/default/style/openrat-image.less b/modules/cms/ui/themes/default/style/openrat-image.less @@ -124,6 +124,14 @@ &-guest:after { content: "lock_open"; } } + &--input { + + &-checkbox:after { content: "check_box_outline_blank"; } + &-checkbox-checked:after { content: "check_box"; } + &-radio:after { content: "radio_button_unchecked"; } + &-radio-checked:after { content: "radio_button_checked"; } + } + &--menu { &-tree:after { content: "account_tree"; } &-close:after { content: "close"; }