Better icon for Junk folder (#136)

pull/5742/merge
Aleksander Machniak 7 years ago
parent a6bc845e39
commit 3bed1067d1

@ -505,7 +505,7 @@ ul.treelist li {
.font-icon-solid(@fa-var-paper-plane); .font-icon-solid(@fa-var-paper-plane);
} }
&.junk a:before { &.junk a:before {
.font-icon-solid(@fa-var-recycle); .font-icon-solid(@fa-var-fire);
} }
&.archive > a:before { &.archive > a:before {
.font-icon-solid(@fa-var-archive); .font-icon-solid(@fa-var-archive);

@ -106,7 +106,7 @@
content: @fa-var-archive; content: @fa-var-archive;
} }
&.junk:before { &.junk:before {
content: @fa-var-recycle; content: @fa-var-fire;
} }
&.enigma:before, &.enigma:before,
&.encrypt:before { &.encrypt:before {

@ -1744,7 +1744,7 @@ function rcube_elastic_ui()
if (!is_mobile()) { if (!is_mobile()) {
// Set popup height so it is less than the window height // Set popup height so it is less than the window height
popup.css('max-height', Math.min(510, $(window).height() - 30)); popup.css('max-height', Math.min(36 * 15 - 1, $(window).height() - 30));
} }
}) })
.on('shown.bs.popover', function(event) { .on('shown.bs.popover', function(event) {

Loading…
Cancel
Save