mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
18 lines
472 B
CSS
18 lines
472 B
CSS
|
/* This file is part of LimeSurvey - http://www.limesurvey.org */
|
||
|
/* reset.png is part of Tango Project - http://tango.freedesktop.org/ */
|
||
|
.slider-reset{
|
||
|
float:right;
|
||
|
height:1.4em;min-height:20px;
|
||
|
width:20px;
|
||
|
margin-left:2em;
|
||
|
text-indent: -9999999px;
|
||
|
background: url("img/reset.png") no-repeat scroll 0 0 transparent;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.slider-reset:hover,.slider-reset:focus{
|
||
|
background-position:-20px 0;
|
||
|
}
|
||
|
.slider-reset:active{
|
||
|
background-position:-40px 0;
|
||
|
}
|