Jump to content

Иконки тем


Recommended Posts

Все прочтено - серые.

Есть новые сообщения - насыщенные

а  как зделать что бы постоянно было насыщенно?

Link to comment
Share on other sites

а  как зделать что бы постоянно было насыщенно?

 

Посмотрите в 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;
}
Link to comment
Share on other sites

  • 2 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...