Add testing section in appstore and mark testing apps

This is not some final design to indicate which app is in testing
but the logistics are there, mainly css from now

Fixes #451
This commit is contained in:
Johannes Zellner
2015-07-27 17:09:57 +02:00
parent c4bb56dc95
commit 804105ce2b
3 changed files with 37 additions and 18 deletions

View File

@@ -92,7 +92,6 @@ html {
}
.highlight {
transition: background-color 500ms;
}
.highlight:hover {
@@ -147,6 +146,12 @@ html {
cursor: pointer;
}
.appstore-item-content-testing {
background-color: rgb(201, 201, 201);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 64px 64px;
}
.appstore-item-content-title {
text-overflow: ellipsis;
white-space: nowrap;