3,699
edits
| No edit summary | No edit summary | ||
| Line 340: | Line 340: | ||
| } | } | ||
| *.i_comment_add | |||
| { | { | ||
| 	overflow: hidden; | |||
| 	line-height: 500px; | |||
| 	height:auto; | 	height:auto; | ||
| 	background:transparent none no-repeat scroll 0pt; | 	background:transparent none no-repeat scroll 0pt; | ||
| 	background-image: url(http://static.anidb.net/css/icons/test/comment_add_inactive.png); | 	background-image: url(http://static.anidb.net/css/icons/test/comment_add_inactive.png); | ||
| Line 354: | Line 351: | ||
| *.i_comment_add:hover | *.i_comment_add:hover | ||
| { | { | ||
| 	overflow: hidden; | |||
| 	line-height: 500px; | |||
| 	height:auto; | |||
| 	background:transparent none no-repeat scroll 0pt; | 	background:transparent none no-repeat scroll 0pt; | ||
| 	background-image: url(http://static.anidb.net/css/icons/test/comment_add_active.png); | 	background-image: url(http://static.anidb.net/css/icons/test/comment_add_active.png); | ||
| } | } | ||