73 lines
1.3 KiB
CSS
73 lines
1.3 KiB
CSS
/**
|
|
ufd 0.6: http://code.google.com/p/ufd/
|
|
|
|
This is the skin from the sexy-combo project.
|
|
*/
|
|
|
|
.ufd.sexy {
|
|
height: 20px;
|
|
background-color: #B5B8C8; /* http://blog.toolman.geek.nz/2009/12/annoying-ie6-bug-of-day.html */
|
|
border: 1px solid #B5B8C8;
|
|
}
|
|
|
|
.ufd.sexy input {
|
|
height: 18px;
|
|
line-height: 18px !important;
|
|
padding: 1px 3px;
|
|
background: #fff url(text-bg.gif) repeat-x 0 0;
|
|
border: 0px;
|
|
}
|
|
|
|
|
|
.ufd.sexy input.disabled {
|
|
background-image: none;
|
|
color: #777;
|
|
background-color: #eee !important;
|
|
}
|
|
|
|
|
|
.ufd.sexy button {
|
|
width: 16px;
|
|
height: 21px;
|
|
background: url(icon.gif) no-repeat 0px -1px;
|
|
margin-left: 1px;
|
|
}
|
|
|
|
.ufd.sexy button.hover {
|
|
background-position: -17px -1px;
|
|
}
|
|
|
|
.ufd.sexy button.mouseDown {
|
|
background-position: -34px -1px;
|
|
}
|
|
|
|
.ufd.sexy button.disabled {
|
|
background-position: -51px -1px !important;
|
|
}
|
|
|
|
#ufd-container .sexy div.list-scroll {
|
|
|
|
border: 1px solid #B5B8C8;
|
|
border-top-width: 0px;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
#ufd-container .sexy div.list-wrapper-up div.list-scroll {
|
|
border-top-width: 1px;
|
|
border-bottom-width: 0px;
|
|
}
|
|
|
|
#ufd-container .sexy li {
|
|
padding-left: 5px;
|
|
background-color: white;
|
|
}
|
|
|
|
#ufd-container .sexy li em {
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
#ufd-container .sexy li.active {
|
|
background-color: highlight;
|
|
}
|