Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../includes/jstree/themes/default
File: style.css
/* jsTree default theme */
[0] Fix | Delete
.jstree-node,
[1] Fix | Delete
.jstree-children,
[2] Fix | Delete
.jstree-container-ul {
[3] Fix | Delete
display: block;
[4] Fix | Delete
margin: 0;
[5] Fix | Delete
padding: 0;
[6] Fix | Delete
list-style-type: none;
[7] Fix | Delete
list-style-image: none;
[8] Fix | Delete
}
[9] Fix | Delete
.jstree-node {
[10] Fix | Delete
white-space: nowrap;
[11] Fix | Delete
}
[12] Fix | Delete
.jstree-anchor {
[13] Fix | Delete
display: inline-block;
[14] Fix | Delete
color: black;
[15] Fix | Delete
white-space: nowrap;
[16] Fix | Delete
padding: 0 4px 0 1px;
[17] Fix | Delete
margin: 0;
[18] Fix | Delete
vertical-align: top;
[19] Fix | Delete
}
[20] Fix | Delete
.jstree-anchor:focus {
[21] Fix | Delete
outline: 0;
[22] Fix | Delete
}
[23] Fix | Delete
.jstree-anchor,
[24] Fix | Delete
.jstree-anchor:link,
[25] Fix | Delete
.jstree-anchor:visited,
[26] Fix | Delete
.jstree-anchor:hover,
[27] Fix | Delete
.jstree-anchor:active {
[28] Fix | Delete
text-decoration: none;
[29] Fix | Delete
color: inherit;
[30] Fix | Delete
}
[31] Fix | Delete
.jstree-icon {
[32] Fix | Delete
display: inline-block;
[33] Fix | Delete
text-decoration: none;
[34] Fix | Delete
margin: 0;
[35] Fix | Delete
padding: 0;
[36] Fix | Delete
vertical-align: top;
[37] Fix | Delete
text-align: center;
[38] Fix | Delete
}
[39] Fix | Delete
.jstree-icon:empty {
[40] Fix | Delete
display: inline-block;
[41] Fix | Delete
text-decoration: none;
[42] Fix | Delete
margin: 0;
[43] Fix | Delete
padding: 0;
[44] Fix | Delete
vertical-align: top;
[45] Fix | Delete
text-align: center;
[46] Fix | Delete
}
[47] Fix | Delete
.jstree-ocl {
[48] Fix | Delete
cursor: pointer;
[49] Fix | Delete
}
[50] Fix | Delete
.jstree-leaf > .jstree-ocl {
[51] Fix | Delete
cursor: default;
[52] Fix | Delete
}
[53] Fix | Delete
.jstree .jstree-open > .jstree-children {
[54] Fix | Delete
display: block;
[55] Fix | Delete
}
[56] Fix | Delete
.jstree .jstree-closed > .jstree-children,
[57] Fix | Delete
.jstree .jstree-leaf > .jstree-children {
[58] Fix | Delete
display: none;
[59] Fix | Delete
}
[60] Fix | Delete
.jstree-anchor > .jstree-themeicon {
[61] Fix | Delete
margin-right: 2px;
[62] Fix | Delete
}
[63] Fix | Delete
.jstree-no-icons .jstree-themeicon,
[64] Fix | Delete
.jstree-anchor > .jstree-themeicon-hidden {
[65] Fix | Delete
display: none;
[66] Fix | Delete
}
[67] Fix | Delete
.jstree-hidden,
[68] Fix | Delete
.jstree-node.jstree-hidden {
[69] Fix | Delete
display: none;
[70] Fix | Delete
}
[71] Fix | Delete
.jstree-rtl .jstree-anchor {
[72] Fix | Delete
padding: 0 1px 0 4px;
[73] Fix | Delete
}
[74] Fix | Delete
.jstree-rtl .jstree-anchor > .jstree-themeicon {
[75] Fix | Delete
margin-left: 2px;
[76] Fix | Delete
margin-right: 0;
[77] Fix | Delete
}
[78] Fix | Delete
.jstree-rtl .jstree-node {
[79] Fix | Delete
margin-left: 0;
[80] Fix | Delete
}
[81] Fix | Delete
.jstree-rtl .jstree-container-ul > .jstree-node {
[82] Fix | Delete
margin-right: 0;
[83] Fix | Delete
}
[84] Fix | Delete
.jstree-wholerow-ul {
[85] Fix | Delete
position: relative;
[86] Fix | Delete
display: inline-block;
[87] Fix | Delete
min-width: 100%;
[88] Fix | Delete
}
[89] Fix | Delete
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
[90] Fix | Delete
cursor: pointer;
[91] Fix | Delete
}
[92] Fix | Delete
.jstree-wholerow-ul .jstree-anchor,
[93] Fix | Delete
.jstree-wholerow-ul .jstree-icon {
[94] Fix | Delete
position: relative;
[95] Fix | Delete
}
[96] Fix | Delete
.jstree-wholerow-ul .jstree-wholerow {
[97] Fix | Delete
width: 100%;
[98] Fix | Delete
cursor: pointer;
[99] Fix | Delete
position: absolute;
[100] Fix | Delete
left: 0;
[101] Fix | Delete
-webkit-user-select: none;
[102] Fix | Delete
-moz-user-select: none;
[103] Fix | Delete
-ms-user-select: none;
[104] Fix | Delete
user-select: none;
[105] Fix | Delete
}
[106] Fix | Delete
.jstree-contextmenu .jstree-anchor {
[107] Fix | Delete
-webkit-user-select: none;
[108] Fix | Delete
/* disable selection/Copy of UIWebView */
[109] Fix | Delete
-webkit-touch-callout: none;
[110] Fix | Delete
/* disable the IOS popup when long-press on a link */
[111] Fix | Delete
user-select: none;
[112] Fix | Delete
}
[113] Fix | Delete
.vakata-context {
[114] Fix | Delete
display: none;
[115] Fix | Delete
}
[116] Fix | Delete
.vakata-context,
[117] Fix | Delete
.vakata-context ul {
[118] Fix | Delete
margin: 0;
[119] Fix | Delete
padding: 2px;
[120] Fix | Delete
position: absolute;
[121] Fix | Delete
background: #f5f5f5;
[122] Fix | Delete
border: 1px solid #979797;
[123] Fix | Delete
box-shadow: 2px 2px 2px #999999;
[124] Fix | Delete
}
[125] Fix | Delete
.vakata-context ul {
[126] Fix | Delete
list-style: none;
[127] Fix | Delete
left: 100%;
[128] Fix | Delete
margin-top: -2.7em;
[129] Fix | Delete
margin-left: -4px;
[130] Fix | Delete
}
[131] Fix | Delete
.vakata-context .vakata-context-right ul {
[132] Fix | Delete
left: auto;
[133] Fix | Delete
right: 100%;
[134] Fix | Delete
margin-left: auto;
[135] Fix | Delete
margin-right: -4px;
[136] Fix | Delete
}
[137] Fix | Delete
.vakata-context li {
[138] Fix | Delete
list-style: none;
[139] Fix | Delete
}
[140] Fix | Delete
.vakata-context li > a {
[141] Fix | Delete
display: block;
[142] Fix | Delete
padding: 0 2em 0 2em;
[143] Fix | Delete
text-decoration: none;
[144] Fix | Delete
width: auto;
[145] Fix | Delete
color: black;
[146] Fix | Delete
white-space: nowrap;
[147] Fix | Delete
line-height: 2.4em;
[148] Fix | Delete
text-shadow: 1px 1px 0 white;
[149] Fix | Delete
border-radius: 1px;
[150] Fix | Delete
}
[151] Fix | Delete
.vakata-context li > a:hover {
[152] Fix | Delete
position: relative;
[153] Fix | Delete
background-color: #e8eff7;
[154] Fix | Delete
box-shadow: 0 0 2px #0a6aa1;
[155] Fix | Delete
}
[156] Fix | Delete
.vakata-context li > a.vakata-context-parent {
[157] Fix | Delete
background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
[158] Fix | Delete
background-position: right center;
[159] Fix | Delete
background-repeat: no-repeat;
[160] Fix | Delete
}
[161] Fix | Delete
.vakata-context li > a:focus {
[162] Fix | Delete
outline: 0;
[163] Fix | Delete
}
[164] Fix | Delete
.vakata-context .vakata-context-no-icons {
[165] Fix | Delete
margin-left: 0;
[166] Fix | Delete
}
[167] Fix | Delete
.vakata-context .vakata-context-hover > a {
[168] Fix | Delete
position: relative;
[169] Fix | Delete
background-color: #e8eff7;
[170] Fix | Delete
box-shadow: 0 0 2px #0a6aa1;
[171] Fix | Delete
}
[172] Fix | Delete
.vakata-context .vakata-context-separator > a,
[173] Fix | Delete
.vakata-context .vakata-context-separator > a:hover {
[174] Fix | Delete
background: white;
[175] Fix | Delete
border: 0;
[176] Fix | Delete
border-top: 1px solid #e2e3e3;
[177] Fix | Delete
height: 1px;
[178] Fix | Delete
min-height: 1px;
[179] Fix | Delete
max-height: 1px;
[180] Fix | Delete
padding: 0;
[181] Fix | Delete
margin: 0 0 0 2.4em;
[182] Fix | Delete
border-left: 1px solid #e0e0e0;
[183] Fix | Delete
text-shadow: 0 0 0 transparent;
[184] Fix | Delete
box-shadow: 0 0 0 transparent;
[185] Fix | Delete
border-radius: 0;
[186] Fix | Delete
}
[187] Fix | Delete
.vakata-context .vakata-contextmenu-disabled a,
[188] Fix | Delete
.vakata-context .vakata-contextmenu-disabled a:hover {
[189] Fix | Delete
color: silver;
[190] Fix | Delete
background-color: transparent;
[191] Fix | Delete
border: 0;
[192] Fix | Delete
box-shadow: 0 0 0;
[193] Fix | Delete
}
[194] Fix | Delete
.vakata-context .vakata-contextmenu-disabled > a > i {
[195] Fix | Delete
filter: grayscale(100%);
[196] Fix | Delete
}
[197] Fix | Delete
.vakata-context li > a > i {
[198] Fix | Delete
text-decoration: none;
[199] Fix | Delete
display: inline-block;
[200] Fix | Delete
width: 2.4em;
[201] Fix | Delete
height: 2.4em;
[202] Fix | Delete
background: transparent;
[203] Fix | Delete
margin: 0 0 0 -2em;
[204] Fix | Delete
vertical-align: top;
[205] Fix | Delete
text-align: center;
[206] Fix | Delete
line-height: 2.4em;
[207] Fix | Delete
}
[208] Fix | Delete
.vakata-context li > a > i:empty {
[209] Fix | Delete
width: 2.4em;
[210] Fix | Delete
line-height: 2.4em;
[211] Fix | Delete
}
[212] Fix | Delete
.vakata-context li > a .vakata-contextmenu-sep {
[213] Fix | Delete
display: inline-block;
[214] Fix | Delete
width: 1px;
[215] Fix | Delete
height: 2.4em;
[216] Fix | Delete
background: white;
[217] Fix | Delete
margin: 0 0.5em 0 0;
[218] Fix | Delete
border-left: 1px solid #e2e3e3;
[219] Fix | Delete
}
[220] Fix | Delete
.vakata-context .vakata-contextmenu-shortcut {
[221] Fix | Delete
font-size: 0.8em;
[222] Fix | Delete
color: silver;
[223] Fix | Delete
opacity: 0.5;
[224] Fix | Delete
display: none;
[225] Fix | Delete
}
[226] Fix | Delete
.vakata-context-rtl ul {
[227] Fix | Delete
left: auto;
[228] Fix | Delete
right: 100%;
[229] Fix | Delete
margin-left: auto;
[230] Fix | Delete
margin-right: -4px;
[231] Fix | Delete
}
[232] Fix | Delete
.vakata-context-rtl li > a.vakata-context-parent {
[233] Fix | Delete
background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
[234] Fix | Delete
background-position: left center;
[235] Fix | Delete
background-repeat: no-repeat;
[236] Fix | Delete
}
[237] Fix | Delete
.vakata-context-rtl .vakata-context-separator > a {
[238] Fix | Delete
margin: 0 2.4em 0 0;
[239] Fix | Delete
border-left: 0;
[240] Fix | Delete
border-right: 1px solid #e2e3e3;
[241] Fix | Delete
}
[242] Fix | Delete
.vakata-context-rtl .vakata-context-left ul {
[243] Fix | Delete
right: auto;
[244] Fix | Delete
left: 100%;
[245] Fix | Delete
margin-left: -4px;
[246] Fix | Delete
margin-right: auto;
[247] Fix | Delete
}
[248] Fix | Delete
.vakata-context-rtl li > a > i {
[249] Fix | Delete
margin: 0 -2em 0 0;
[250] Fix | Delete
}
[251] Fix | Delete
.vakata-context-rtl li > a .vakata-contextmenu-sep {
[252] Fix | Delete
margin: 0 0 0 0.5em;
[253] Fix | Delete
border-left-color: white;
[254] Fix | Delete
background: #e2e3e3;
[255] Fix | Delete
}
[256] Fix | Delete
#jstree-marker {
[257] Fix | Delete
position: absolute;
[258] Fix | Delete
top: 0;
[259] Fix | Delete
left: 0;
[260] Fix | Delete
margin: -5px 0 0 0;
[261] Fix | Delete
padding: 0;
[262] Fix | Delete
border-right: 0;
[263] Fix | Delete
border-top: 5px solid transparent;
[264] Fix | Delete
border-bottom: 5px solid transparent;
[265] Fix | Delete
border-left: 5px solid;
[266] Fix | Delete
width: 0;
[267] Fix | Delete
height: 0;
[268] Fix | Delete
font-size: 0;
[269] Fix | Delete
line-height: 0;
[270] Fix | Delete
}
[271] Fix | Delete
#jstree-dnd {
[272] Fix | Delete
line-height: 16px;
[273] Fix | Delete
margin: 0;
[274] Fix | Delete
padding: 4px;
[275] Fix | Delete
}
[276] Fix | Delete
#jstree-dnd .jstree-icon,
[277] Fix | Delete
#jstree-dnd .jstree-copy {
[278] Fix | Delete
display: inline-block;
[279] Fix | Delete
text-decoration: none;
[280] Fix | Delete
margin: 0 2px 0 0;
[281] Fix | Delete
padding: 0;
[282] Fix | Delete
width: 16px;
[283] Fix | Delete
height: 16px;
[284] Fix | Delete
}
[285] Fix | Delete
#jstree-dnd .jstree-ok {
[286] Fix | Delete
background: green;
[287] Fix | Delete
}
[288] Fix | Delete
#jstree-dnd .jstree-er {
[289] Fix | Delete
background: red;
[290] Fix | Delete
}
[291] Fix | Delete
#jstree-dnd .jstree-copy {
[292] Fix | Delete
margin: 0 2px 0 2px;
[293] Fix | Delete
}
[294] Fix | Delete
.jstree-default .jstree-node,
[295] Fix | Delete
.jstree-default .jstree-icon {
[296] Fix | Delete
background-repeat: no-repeat;
[297] Fix | Delete
background-color: transparent;
[298] Fix | Delete
}
[299] Fix | Delete
.jstree-default .jstree-anchor,
[300] Fix | Delete
.jstree-default .jstree-animated,
[301] Fix | Delete
.jstree-default .jstree-wholerow {
[302] Fix | Delete
transition: background-color 0.15s, box-shadow 0.15s;
[303] Fix | Delete
}
[304] Fix | Delete
.jstree-default .jstree-hovered {
[305] Fix | Delete
background: #e7f4f9;
[306] Fix | Delete
border-radius: 2px;
[307] Fix | Delete
box-shadow: inset 0 0 1px #cccccc;
[308] Fix | Delete
}
[309] Fix | Delete
.jstree-default .jstree-context {
[310] Fix | Delete
background: #e7f4f9;
[311] Fix | Delete
border-radius: 2px;
[312] Fix | Delete
box-shadow: inset 0 0 1px #cccccc;
[313] Fix | Delete
}
[314] Fix | Delete
.jstree-default .jstree-clicked {
[315] Fix | Delete
background: #beebff;
[316] Fix | Delete
border-radius: 2px;
[317] Fix | Delete
box-shadow: inset 0 0 1px #999999;
[318] Fix | Delete
}
[319] Fix | Delete
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
[320] Fix | Delete
display: none;
[321] Fix | Delete
}
[322] Fix | Delete
.jstree-default .jstree-disabled {
[323] Fix | Delete
background: transparent;
[324] Fix | Delete
color: #666666;
[325] Fix | Delete
}
[326] Fix | Delete
.jstree-default .jstree-disabled.jstree-hovered {
[327] Fix | Delete
background: transparent;
[328] Fix | Delete
box-shadow: none;
[329] Fix | Delete
}
[330] Fix | Delete
.jstree-default .jstree-disabled.jstree-clicked {
[331] Fix | Delete
background: #efefef;
[332] Fix | Delete
}
[333] Fix | Delete
.jstree-default .jstree-disabled > .jstree-icon {
[334] Fix | Delete
opacity: 0.8;
[335] Fix | Delete
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
[336] Fix | Delete
/* Firefox 10+ */
[337] Fix | Delete
filter: gray;
[338] Fix | Delete
/* IE6-9 */
[339] Fix | Delete
-webkit-filter: grayscale(100%);
[340] Fix | Delete
/* Chrome 19+ & Safari 6+ */
[341] Fix | Delete
}
[342] Fix | Delete
.jstree-default .jstree-search {
[343] Fix | Delete
font-style: italic;
[344] Fix | Delete
color: #8b0000;
[345] Fix | Delete
font-weight: bold;
[346] Fix | Delete
}
[347] Fix | Delete
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
[348] Fix | Delete
display: none !important;
[349] Fix | Delete
}
[350] Fix | Delete
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
[351] Fix | Delete
background: transparent;
[352] Fix | Delete
box-shadow: none;
[353] Fix | Delete
}
[354] Fix | Delete
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
[355] Fix | Delete
background: #e7f4f9;
[356] Fix | Delete
}
[357] Fix | Delete
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
[358] Fix | Delete
background: transparent;
[359] Fix | Delete
}
[360] Fix | Delete
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
[361] Fix | Delete
background: #e7f4f9;
[362] Fix | Delete
}
[363] Fix | Delete
.jstree-default > .jstree-striped {
[364] Fix | Delete
min-width: 100%;
[365] Fix | Delete
display: inline-block;
[366] Fix | Delete
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
[367] Fix | Delete
}
[368] Fix | Delete
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
[369] Fix | Delete
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
[370] Fix | Delete
background: transparent;
[371] Fix | Delete
box-shadow: none;
[372] Fix | Delete
border-radius: 0;
[373] Fix | Delete
}
[374] Fix | Delete
.jstree-default .jstree-wholerow {
[375] Fix | Delete
-moz-box-sizing: border-box;
[376] Fix | Delete
-webkit-box-sizing: border-box;
[377] Fix | Delete
box-sizing: border-box;
[378] Fix | Delete
}
[379] Fix | Delete
.jstree-default .jstree-wholerow-hovered {
[380] Fix | Delete
background: #e7f4f9;
[381] Fix | Delete
}
[382] Fix | Delete
.jstree-default .jstree-wholerow-clicked {
[383] Fix | Delete
background: #beebff;
[384] Fix | Delete
background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
[385] Fix | Delete
background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
[386] Fix | Delete
}
[387] Fix | Delete
.jstree-default .jstree-node {
[388] Fix | Delete
min-height: 24px;
[389] Fix | Delete
line-height: 24px;
[390] Fix | Delete
margin-left: 24px;
[391] Fix | Delete
min-width: 24px;
[392] Fix | Delete
}
[393] Fix | Delete
.jstree-default .jstree-anchor {
[394] Fix | Delete
line-height: 24px;
[395] Fix | Delete
height: 24px;
[396] Fix | Delete
}
[397] Fix | Delete
.jstree-default .jstree-icon {
[398] Fix | Delete
width: 24px;
[399] Fix | Delete
height: 24px;
[400] Fix | Delete
line-height: 24px;
[401] Fix | Delete
}
[402] Fix | Delete
.jstree-default .jstree-icon:empty {
[403] Fix | Delete
width: 24px;
[404] Fix | Delete
height: 24px;
[405] Fix | Delete
line-height: 24px;
[406] Fix | Delete
}
[407] Fix | Delete
.jstree-default.jstree-rtl .jstree-node {
[408] Fix | Delete
margin-right: 24px;
[409] Fix | Delete
}
[410] Fix | Delete
.jstree-default .jstree-wholerow {
[411] Fix | Delete
height: 24px;
[412] Fix | Delete
}
[413] Fix | Delete
.jstree-default .jstree-node,
[414] Fix | Delete
.jstree-default .jstree-icon {
[415] Fix | Delete
background-image: url("32px.png");
[416] Fix | Delete
}
[417] Fix | Delete
.jstree-default .jstree-node {
[418] Fix | Delete
background-position: -292px -4px;
[419] Fix | Delete
background-repeat: repeat-y;
[420] Fix | Delete
}
[421] Fix | Delete
.jstree-default .jstree-last {
[422] Fix | Delete
background: transparent;
[423] Fix | Delete
}
[424] Fix | Delete
.jstree-default .jstree-open > .jstree-ocl {
[425] Fix | Delete
background-position: -132px -4px;
[426] Fix | Delete
}
[427] Fix | Delete
.jstree-default .jstree-closed > .jstree-ocl {
[428] Fix | Delete
background-position: -100px -4px;
[429] Fix | Delete
}
[430] Fix | Delete
.jstree-default .jstree-leaf > .jstree-ocl {
[431] Fix | Delete
background-position: -68px -4px;
[432] Fix | Delete
}
[433] Fix | Delete
.jstree-default .jstree-themeicon {
[434] Fix | Delete
background-position: -260px -4px;
[435] Fix | Delete
}
[436] Fix | Delete
.jstree-default > .jstree-no-dots .jstree-node,
[437] Fix | Delete
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
[438] Fix | Delete
background: transparent;
[439] Fix | Delete
}
[440] Fix | Delete
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
[441] Fix | Delete
background-position: -36px -4px;
[442] Fix | Delete
}
[443] Fix | Delete
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
[444] Fix | Delete
background-position: -4px -4px;
[445] Fix | Delete
}
[446] Fix | Delete
.jstree-default .jstree-disabled {
[447] Fix | Delete
background: transparent;
[448] Fix | Delete
}
[449] Fix | Delete
.jstree-default .jstree-disabled.jstree-hovered {
[450] Fix | Delete
background: transparent;
[451] Fix | Delete
}
[452] Fix | Delete
.jstree-default .jstree-disabled.jstree-clicked {
[453] Fix | Delete
background: #efefef;
[454] Fix | Delete
}
[455] Fix | Delete
.jstree-default .jstree-checkbox {
[456] Fix | Delete
background-position: -164px -4px;
[457] Fix | Delete
}
[458] Fix | Delete
.jstree-default .jstree-checkbox:hover {
[459] Fix | Delete
background-position: -164px -36px;
[460] Fix | Delete
}
[461] Fix | Delete
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
[462] Fix | Delete
.jstree-default .jstree-checked > .jstree-checkbox {
[463] Fix | Delete
background-position: -228px -4px;
[464] Fix | Delete
}
[465] Fix | Delete
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
[466] Fix | Delete
.jstree-default .jstree-checked > .jstree-checkbox:hover {
[467] Fix | Delete
background-position: -228px -36px;
[468] Fix | Delete
}
[469] Fix | Delete
.jstree-default .jstree-anchor > .jstree-undetermined {
[470] Fix | Delete
background-position: -196px -4px;
[471] Fix | Delete
}
[472] Fix | Delete
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
[473] Fix | Delete
background-position: -196px -36px;
[474] Fix | Delete
}
[475] Fix | Delete
.jstree-default .jstree-checkbox-disabled {
[476] Fix | Delete
opacity: 0.8;
[477] Fix | Delete
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
[478] Fix | Delete
/* Firefox 10+ */
[479] Fix | Delete
filter: gray;
[480] Fix | Delete
/* IE6-9 */
[481] Fix | Delete
-webkit-filter: grayscale(100%);
[482] Fix | Delete
/* Chrome 19+ & Safari 6+ */
[483] Fix | Delete
}
[484] Fix | Delete
.jstree-default > .jstree-striped {
[485] Fix | Delete
background-size: auto 48px;
[486] Fix | Delete
}
[487] Fix | Delete
.jstree-default.jstree-rtl .jstree-node {
[488] Fix | Delete
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
[489] Fix | Delete
background-position: 100% 1px;
[490] Fix | Delete
background-repeat: repeat-y;
[491] Fix | Delete
}
[492] Fix | Delete
.jstree-default.jstree-rtl .jstree-last {
[493] Fix | Delete
background: transparent;
[494] Fix | Delete
}
[495] Fix | Delete
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
[496] Fix | Delete
background-position: -132px -36px;
[497] Fix | Delete
}
[498] Fix | Delete
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function