1
0
Fork 0
forked from 0x2620/oxjs

form elements rewrite, part 1

This commit is contained in:
rlx 2011-12-21 13:42:47 +00:00
commit 7f83cd3141
30 changed files with 1061 additions and 958 deletions

View file

@ -930,12 +930,12 @@ OxRange
.OxRange > .OxTrack > .OxThumb {
float: left;
margin: -1px;
//margin-left: -1px;
//margin-top: -1px;
text-align: center;
}
.OxRange > .OxTrack > .OxThumb:first-child {
//margin-top: -1px;
.OxRange > .OxTrack > .OxThumb.OxTransparent {
border: 1px solid white;
background: transparent;
box-shadow: 0 0 1px white inset;
}
/*
--------------------------------------------------------------------------------