Projekt

Obecné

Profil

Stáhnout (616 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
/* 
2
    Document   : tree
3
    Created on : 2.12.2013
4
    Author     : Jiri Loudil
5
    Description:
6
        Purpose of the stylesheet follows.
7
*/
8

    
9
.jstree-classic { 
10
	background-color: #CAED9E !important;
11
}
12

    
13
.ui-tooltip-with-efp ul ul {
14
	/* hack for indention of efp leaves w/o jstree*/
15
    padding-left : 4em !important;
16
    margin-left : 0 !important;
17
}
18

    
19
.jstree ul ul {
20
	/* hack for indention of efp leaves with jstree */
21
    padding-left : 1em !important;
22
    margin-left : 0 !important;
23
}
24

    
25
.featureListItem {
26
	font-weight: bold;
27
}
28

    
29
.efpListLabel {
30
	font-weight: bold;
31
}
32

    
33
.jstree a {
34
	color: #3F6219 !important;
35
}
(4-4/4)