Use Dashicons for stock report actions buttons. #9791

This commit is contained in:
James Koster 2016-03-08 10:27:21 +00:00
parent b72fa069f2
commit 7507ddf8cb
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -4285,20 +4285,20 @@ img.ui-datepicker-trigger {
width: 2em; width: 2em;
&:after { &:after {
@include icon; @include icon_dashicons;
line-height: 1.85; line-height: 1.85;
} }
} }
a.edit { a.edit {
&:after { &:after {
content: "\e01c"; content: "\f464";
} }
} }
a.view { a.view {
&:after { &:after {
content: "\e010"; content: "\f177";
} }
} }
} }