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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user