diff --git a/administrator/templates/isis/css/template.css b/administrator/templates/isis/css/template.css index c13714a6d38b0..3f732963bf193 100644 --- a/administrator/templates/isis/css/template.css +++ b/administrator/templates/isis/css/template.css @@ -7021,6 +7021,9 @@ dl.article-info dd.hits span[class*=" icon-"] { .icon-pending:before { color: #c67605; } +.icon-back:before { + content: "\e008"; +} html { height: 100%; } diff --git a/administrator/templates/isis/less/icomoon.less b/administrator/templates/isis/less/icomoon.less index 59c7daaff9da2..ad0b61ed50cc5 100644 --- a/administrator/templates/isis/less/icomoon.less +++ b/administrator/templates/isis/less/icomoon.less @@ -34,3 +34,6 @@ .icon-pending:before { color: @btnWarningBackgroundHighlight; } +.icon-back:before { + content: "\e008"; +}