From: Tiago Melo Date: Wed, 2 May 2018 17:38:06 +0000 (+0100) Subject: mgr/dashboard: Change font-family of checkbox X-Git-Tag: v13.1.0~8^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21787%2Fhead;p=ceph.git 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 --- diff --git a/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss b/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss index 1f9a72fa6c4..7c8d4a20e2d 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'; +}