Posted 13 сентября, 201410 yr comment_71297 Как зделать картинки насыщенными то есть такие как они есть
13 сентября, 201410 yr Author comment_71306 Все прочтено - серые. Есть новые сообщения - насыщенные а как зделать что бы постоянно было насыщенно?
15 сентября, 201410 yr comment_71369 а как зделать что бы постоянно было насыщенно? Посмотрите в CSS файлах должно быть указано свойство opacity. Не уверен, но может это... .topicViewIcons a{ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; float: left; width: 22px; height: 22px; text-decoration: none; text-align: center; outline: none; margin-right: 5px; opacity: 0.6; } .topicViewIcons a:hover{ background: url("{style_images_url}/trans10.png") repeat; background: rgba(0,0,0,0.1); opacity: 0.8; } .topicViewIcons a.active{ background: url("{style_images_url}/trans50.png") repeat; background: rgba(0,0,0,0.5); -webkit-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, #fff 0px 1px 0px; -moz-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, #fff 0px 1px 0px; box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, #fff 0px 1px 0px; opacity: 1; } .fadedForumIcon{ -webkit-filter: grayscale(1); filter: grayscale(100%); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; opacity: 0.3; }
26 сентября, 201410 yr comment_71835 nikitabon, ищите ответ в одной из тем поддержки приложения "Forum Icons"
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.