X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ficons.less;h=e314fba1fdd29d20ca5da45c053775daba8ce0c3;hb=acc4d66cd309c0b20375b2d5aec4fa33237ffdca;hp=f87327703fb9a1324bbafcc14cfe169f8df9402b;hpb=1eb32a0bb58bc61afcb82e8d40bfb862e5a23472;p=friendica.git diff --git a/view/theme/vier/icons.less b/view/theme/vier/icons.less index f87327703f..e314fba1fd 100644 --- a/view/theme/vier/icons.less +++ b/view/theme/vier/icons.less @@ -13,6 +13,11 @@ &.link { background-image: url("../../../images/icons/@{size}/link.png"); } &.lock { background-image: url("../../../images/icons/@{size}/lock.png"); } &.unlock { background-image: url("../../../images/icons/@{size}/unlock.png"); } + &.type-unkn { background-image: url("../../../images/icons/@{size}/zip.png"); } + &.type-audio{ background-image: url("../../../images/icons/@{size}/audio.png"); } + &.type-video{ background-image: url("../../../images/icons/@{size}/video.png"); } + &.type-image{ background-image: url("../../../images/icons/@{size}/image.png"); } + &.type-text { background-image: url("../../../images/icons/@{size}/text.png"); } }