source: ether_statistics/web/resources/css/select.css @ 654

Last change on this file since 654 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 1.4 KB
Line 
1/* ********************************************* */
2/* **************** SELECT ********************* */
3/* ********************************************* */
4.select_container {
5    height: 20px;
6}
7
8.select_selectLeft {
9    background: url(../images/elements/select_left.gif) no-repeat top left;
10    height: 20px;
11    width: 6px;
12    float: left;
13}
14
15.select_selectMiddle {
16    background: transparent url(../images/elements/select_middle.gif) repeat-x;
17    height: 20px;
18    float: left;
19    font-size: 12px;
20    color: #70739C;
21    text-align: left;
22    white-space: nowrap;
23    overflow: hidden;
24    line-height: 18px;
25    padding-right: 7px;
26    padding-left: 2px;
27}
28
29.select_selectRight {
30    background: url(../images/elements/select_right.gif) no-repeat top right;
31    height: 20px;
32    width: 20px;
33    float: left;
34}
35
36/* ********************************************* */
37/* **************** CHOICE ********************* */
38/* ********************************************* */
39.select_choicelist {
40    background-color: #ffffff;
41    display: none;
42    z-index: 15;
43    margin-top: -3px;
44    position: absolute; /* Hack IE6 and IE7 */
45    font-size: 12px;
46    color: #70739C;
47    overflow: hidden;
48    border: 1px solid #C0C0C0;
49}
50
51.select_item_middle {
52    width: 100%;
53    padding-left: 8px;
54    padding-right: 25px;
55}
56
57.select_item_middle:hover {
58    background-color: #70739C;
59    color: #E1DEF1;
60}
61
62.select_item_middle:active {
63    background-color: #04155D;
64}
Note: See TracBrowser for help on using the repository browser.