johnk42
This option was removed from previous Dolphin versions!
If you want to restore Outline icons, you need to do the following:
1) Add the code - before last </ div>:
<div class="wall-oi-item-circle __mod_prefix__-wall-oi-item-circle bx-def-shadow">
<i class="sys-icon __mod_icon__"></i>
</div>
For each file: outline_item_image.html
outline_item_image_grouped.html
outline_item_text.html
outline_item_text_grouped.html
File path: modules/boonex/wall/templates/base
2) Edit: outline.css / Line ~ 33
Delete line - which hides your icons: display: none;
div.wall-oi-item-circle {
position: absolute;
display: none;
top: 20px;
left: -2px;
width: 32px;
height: 32px;
border-radius: 16px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
background-color: rgba(255, 255, 255, 0.9);
text-align: center;
line-height: 32px;
color: #999999;
}
File path: modules/boonex/wall/templates/base/css
--------------------------------------------------------------------------------------------
Abaut video icon was written in a previous post!
That's all :)