Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
Jstree
3
***/
4
 
5
.jstree-default .jstree-clicked {
6
  border: 0;
7
  background-color: #e1e1e1;
8
  box-shadow:none;
9
}
10
 
11
.jstree-default .jstree-hovered {
12
  border: 0;
13
  background-color: #eee;
14
  box-shadow:none;
15
}
16
 
17
.jstree-default .jstree-wholerow-clicked,
18
.jstree-wholerow .jstree-wholerow-clicked {
19
  background: none;
20
  border: 0;
21
  background-color: #e1e1e1;
22
  box-shadow:none;
23
}
24
 
25
.jstree-default .jstree-wholerow-hovered,
26
.jstree-wholerow .jstree-wholerow-hovered {
27
  border: 0;
28
  background-color: #eee;
29
  box-shadow:none;
30
}
31
 
32
.jstree-icon.icon-lg {
33
  margin-top: 1px;
34
}
35
 
36
.jstree-open > .jstree-anchor > .fa-folder:before {
37
  margin-left: 2px;
38
  content: "\f07c";
39
}
40
 
41
.jstree-default.jstree-rtl .jstree-last {
42
  background: transparent;
43
  background-repeat: no-repeat;
44
}
45
 
46
.vakata-context,
47
.vakata-context ul {
48
  padding: 0;
49
  min-width: 125px;
50
  background-color: #ffffff;
51
  font-size: 14px;
52
  font-family: "Segoe UI",Helvetica, Arial, sans-serif;
53
  box-shadow: 5px 5px rgba(#666, 0.1);
54
  border: 1px solid #efefef;
55
}
56
 
57
.vakata-context li {
58
    border: 0;
59
    a {
60
      padding: 0 10px;
61
      border: 0;
62
 
63
      i {
64
        display: none;
65
      }
66
 
67
      .vakata-contextmenu-sep {
68
        display: none;
69
      }
70
 
71
    }
72
}
73
 
74
.vakata-context .vakata-context-hover > a,
75
.vakata-context li a:hover {
76
  background-color: #eee;
77
  color: #333;
78
  box-shadow: none;
79
  margin: 0;
80
 
81
  .span,
82
  .ins {
83
    border: 0 !important;
84
  }
85
}
86
 
87
.vakata-context li a span,
88
.vakata-context li a ins {
89
  display: none;
90
  border: 0 !important;
91
}
92
 
93
.vakata-context .vakata-context-separator a,
94
.vakata-context-rtl .vakata-context-separator a {
95
  margin: 0;
96
  border: 0;
97
 
98
}
99
 
100
.jstree-rename-input {
101
  background-color: #ffffff !important;
102
  border: 1px solid #e5e5e5 !important;
103
  outline: none !important;
104
  padding: 2px 6px !important;
105
  margin-right: -4px !important;
106
}