source: tapas/web/resources/css/select.css @ 817

Last change on this file since 817 was 817, checked in by rboipsl, 9 years ago

changement logo
champs locality/lieu desactives

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