Add Minor styling improvements with opacity instead of grey
Signed-off-by: Felix A. Epp <work@felixepp.de>
This commit is contained in:
parent
d772e758ab
commit
c7d9e0ab22
|
@ -525,6 +525,10 @@ input.userFilter {width: 200px;}
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app-category-disabled {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.appinfo { margin: 1em 40px; }
|
.appinfo { margin: 1em 40px; }
|
||||||
#app-navigation .appwarning {
|
#app-navigation .appwarning {
|
||||||
background: #fcc;
|
background: #fcc;
|
||||||
|
@ -548,17 +552,18 @@ span.version {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
.app-level span {
|
.app-level span {
|
||||||
color: #555;
|
color: #000;
|
||||||
background-color: transparent;
|
background-color: #ccc;
|
||||||
border: 1px solid #555;
|
border: 1px solid #ccc;
|
||||||
border-radius: 3px;
|
border-radius: 30px;
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-level .official {
|
.app-level .official {
|
||||||
border-color: #37ce02;
|
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
background-position: 5px center;
|
background-position: 5px center;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-score {
|
.app-score {
|
||||||
|
|
Loading…
Reference in New Issue