From f1b000b14eacb63b8006f3f78667cc460418ff07 Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Wed, 2 May 2018 18:38:06 +0100 Subject: [PATCH] mgr/dashboard: Change font-family of checkbox awesome-bootstrap-checkbox was still trying to use Font Awesome, this will force it to use Fork Awesome. Signed-off-by: Tiago Melo --- src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss b/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss index 1f9a72fa6c43..7c8d4a20e2db 100755 --- a/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss +++ b/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss @@ -1142,3 +1142,10 @@ hr.oa-hr-small { padding-left: 4px; vertical-align: text-top; } + +// awesome-bootstrap-checkbox + ForkAwesome +input[type="checkbox"].styled:checked + label:after, +input[type="radio"].styled:checked + label:after, +.checkbox input[type=checkbox]:checked + label:after { + font-family: 'ForkAwesome'; +} -- 2.47.3