diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index d3d4d7da709..027a3f8557f 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -1,4 +1,4 @@ -.icon { +[class^="icon-"], [class*=" icon-"] { background-repeat: no-repeat; background-position: center; } |