Показать сообщение отдельно
verazub
19.12.2014
 
 
Аватар для verazub
Знаток
TC
О пользователе
 
Сообщений: 58
ВкоптоКарма: 29


[#37]
По умолчанию

«новые элементы выделения»
смотрите первый пост, исправил ошибки, размер картинки изменил с 70 до 75, при наведении на иконку не отображается галочка, только если кликнул и добавил если сделан репост комментария оригинальная галка, короче пользуйтесь, вам все равно :-D



Код:
.checkbox div {
	background: url(/images/icons/dev_check.png) 0px 0px no-repeat !important;
	background-size: 15px 75px !important;
    height: 15px !important;
}
.checkbox:hover div {
	background-position: 0px -30px !important;
}
.checkbox.disabled:hover div {
	background-position: 0px 0px !important;
}
.checkbox.on div {
	background-position: 0px -15px !important;
}
.checkbox.on:hover div {
	background-position: 0px -45px !important;
}
.checkbox.disabled.on:hover div {
	background-position: 0px -15px !important;
}
.checkbox_container table td .checkbox_on,
.checkbox_container table td .checkbox_off,
.checkbox_container table td .checkbox_on_over,
.checkbox_container table td .checkbox_off_over {
	background: url(/images/icons/dev_check.png) 0px 0px no-repeat !important;
	background-size: 15px 75px !important;
    height: 15px !important;
}
.checkbox_container table td .checkbox_on {
	background-position: 0 -15px!important;
}
.checkbox_container table td .checkbox_off_over {
	background-position: 0px -30px!important;
}
.checkbox_container table td .checkbox_on_over {
	background-position: 0 -45px!important;
}
.checkbox_container.disabled td.checkbox div.checkbox_on_over {
	background-position: 0 -15px !important;
}
.checkbox_container.disabled td.checkbox div.checkbox_off_over {
	background-position: 0 0 !important;
}
.like_tt .bottom .checkbox div { /* для репоста */
	background: url(/images/icons/like_icons_bl.png) -2px 0 no-repeat !important;
	width: 14px !important;
	height: 12px !important;
}
.like_tt .bottom .on div { /* для репоста, репост сделан */
background: url(/images/icons/like_icons_bl.png) -2px -15px no-repeat !important;
	width: 15px !important;
	height: 12px !important;
}
.radiobtn div {
	background: url(/images/icons/dev_radio.png) 0px 0px no-repeat !important;
	background-size: 14px 70px !important;
}
.radiobtn div,
.radiobtn_container table td .radiobtn_on div,
.radiobtn_container table td .radiobtn_off div,
.radiobtn_container table td .radiobtn_on_over div,
.radiobtn_container table td .radiobtn_off_over div {
	background: url(/images/icons/dev_radio.png) 0px 0px no-repeat !important;
	background-size: 14px 70px !important;
}
.radiobtn:hover div {
	background-position: 0px -28px !important;
}
.radiobtn.disabled:hover div {
	background-position: 0px 0px !important;
}
.radiobtn_hover div {
	background-position: 0px -28px !important;
}
.radiobtn.on div {
	background-position: 0px -14px !important;
}
.radiobtn.on:hover div {
	background-position: 0px -42px !important;
}
.radiobtn.disabled.on:hover div {
	background-position: 0px -14px !important;
}
.radiobtn.on.radiobtn_hover div {
	background-position: 0px -42px !important;
}
Оффлайн
 
Ответить с цитированием