de lang fixes

# key shortcut for delete
Release commit
This commit is contained in:
RainLoop Team 2014-06-03 03:22:36 +04:00
parent fb18e4e799
commit 2842a93593
11 changed files with 372 additions and 300 deletions

View file

@ -7414,9 +7414,11 @@ html.rl-ctrl-key-pressed .hidden-on-ctrl {
color: #fff;
}
.b-folders .b-content .e-item .e-link.selectable.focused {
background-color: #888;
color: #fff;
}
.b-folders .b-content .e-item .e-link.focused {
background-color: #888;
}
.b-folders .b-content .e-item .e-link.system {
cursor: default;
color: grey;

File diff suppressed because one or more lines are too long