From c7d9e0ab22ab5a498246761184bb89966d5287b2 Mon Sep 17 00:00:00 2001 From: "Felix A. Epp" Date: Mon, 27 Mar 2017 16:55:12 +0200 Subject: Add Minor styling improvements with opacity instead of grey Signed-off-by: Felix A. Epp --- settings/css/settings.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'settings') diff --git a/settings/css/settings.css b/settings/css/settings.css index d24733f84b5..f327a73385a 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -525,6 +525,10 @@ input.userFilter {width: 200px;} width: 0; } +#app-category-disabled { + margin-bottom: 20px; +} + .appinfo { margin: 1em 40px; } #app-navigation .appwarning { background: #fcc; @@ -548,17 +552,18 @@ span.version { margin-top: 8px; } .app-level span { - color: #555; - background-color: transparent; - border: 1px solid #555; - border-radius: 3px; + color: #000; + background-color: #ccc; + border: 1px solid #ccc; + border-radius: 30px; padding: 3px 6px; } + .app-level .official { - border-color: #37ce02; background-position: left center; background-position: 5px center; padding-left: 25px; + opacity: .5; } .app-score { -- cgit v1.2.3