after unload, remove list pages from memory

This commit is contained in:
rolux 2010-09-07 19:36:21 +02:00
commit 833fa845d6
2 changed files with 6 additions and 2 deletions

View file

@ -154,7 +154,7 @@ Lists
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(32, 32, 32)), color-stop(1, rgb(0, 0, 0)));
}
.OxThemeModern .OxIconList .OxItem > .OxIcon img.OxLoading {
border-color: rgb(16, 16, 16);
border-color: rgb(48, 48, 48);
}
.OxThemeModern .OxIconList .OxItem > .OxReflection > div {
background: -moz-linear-gradient(top, rgba(16, 16, 16, 0.75), rgba(16, 16, 16, 1));