From 9d082c1c16395f38c06b0dae8c2bc9e459060262 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 28 Oct 2015 13:14:55 +0100 Subject: [PATCH] Smooth icons refs #5543 --- public/css/icinga/base.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 839e3345c..4cd7bdeee 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -83,6 +83,12 @@ td { padding: @vertical-padding / 2 @horizontal-padding / 2; } +// Smooth icons; ifont claims to have it, but it does not work in :before +[class^="icon-"], [class*=" icon-"] { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + @media print { .dont-print { display: none;