Skip to content

Instantly share code, notes, and snippets.

@allieus
Created March 14, 2012 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allieus/2034307 to your computer and use it in GitHub Desktop.
Save allieus/2034307 to your computer and use it in GitHub Desktop.
Ext.field.Slider 스타일 바꿔보기
.x-field {
&.x-slider-field {
min-height: 1.4em;
& .x-component-outer {
padding: 0.1em;
}
}
}
.x-slider {
height: 1.1em;
&:after {
height: 0.4em;
top: 0.468em;
margin: 0 0.925em;
}
.x-thumb {
width: 2.2em;
height: 1.1em;
&:before {
width: 1.85em;
height: 1em;
top: 0.14em;
left: 0.175em;
border: 1px solid #919191;
-webkit-border-radius: 0.464em;
border-radius: 0.464em;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment