/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to includes/dhtmlx/context.css

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-29 03:02:24 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: csa@dside.dyndns.org-20081029030224-yc3wy2dti4htlfxf
New version of dhtmlxmenu and dhtmlxtree is added

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.contextMenu{
2
 
        font-family:arial; font-size:8pt;
3
 
        padding:0 0 0 2;
4
 
        margin: 0 1 0 1;
5
 
        text-align:left;
6
 
        cursor:default; 
7
 
}
8
 
 
9
 
.contextMenuover, .contextMenudown{
10
 
        font-family:arial; font-size:8pt;
11
 
        padding:0 0 0 2;
12
 
        margin: 0 1 0 1;
13
 
        text-align:left;
14
 
        background-color:#6495ed;
15
 
        color:white; 
16
 
        cursor:default;
17
 
}
18
 
.contextMenuover td{ 
19
 
        color:white;  
20
 
}
21
 
.menuTable{
22
 
        border:1px solid;
23
 
        margin : 0px;
24
 
        padding : 3 1 4 1;
25
 
}