nikitabon Posted September 13, 2014 Report Share Posted September 13, 2014 Как зделать картинки насыщенными то есть такие как они есть Quote Link to comment Share on other sites More sharing options...
RealUser Posted September 13, 2014 Report Share Posted September 13, 2014 Все прочтено - серые. Есть новые сообщения - насыщенные Quote Link to comment Share on other sites More sharing options...
nikitabon Posted September 13, 2014 Author Report Share Posted September 13, 2014 Все прочтено - серые. Есть новые сообщения - насыщенные а как зделать что бы постоянно было насыщенно? Quote Link to comment Share on other sites More sharing options...
nikitabon Posted September 14, 2014 Author Report Share Posted September 14, 2014 up Quote Link to comment Share on other sites More sharing options...
nikitabon Posted September 15, 2014 Author Report Share Posted September 15, 2014 (edited) up Edited September 15, 2014 by nikitabon Quote Link to comment Share on other sites More sharing options...
vinznsk Posted September 15, 2014 Report Share Posted September 15, 2014 а как зделать что бы постоянно было насыщенно? Посмотрите в 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; } Quote Link to comment Share on other sites More sharing options...
LvsF Posted September 26, 2014 Report Share Posted September 26, 2014 nikitabon, ищите ответ в одной из тем поддержки приложения "Forum Icons" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.