source: ether_eccad/trunk/ECCAD_INTERFACE/css/land.css @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 406 bytes
Line 
1        div.liste_out {
2                background-color: transparent;
3                cursor: pointer;
4                height: 100%;
5        }
6       
7        div.liste_over {
8                background-color: transparent;
9                color: #ffcc00;
10                font-weight: bolder;
11                cursor: pointer;
12                height: 100%;
13        }
14       
15        tr.liste_select td{
16                background-color: #000099;
17                color: white;
18                cursor: pointer;
19        }
20       
21        tr.liste_select td.*{
22                background-color: #000099;
23                color: white;
24                cursor: pointer;
25        }
26       
27       
Note: See TracBrowser for help on using the repository browser.