diff options
author | Felix A. Epp <work@felixepp.de> | 2017-03-27 16:55:12 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:01 +0200 |
commit | c7d9e0ab22ab5a498246761184bb89966d5287b2 (patch) | |
tree | 0353f43cff38284d72a95497463460c5ff37995f /settings/css | |
parent | d772e758ab6abe5836bb30f1a3e5d20ce1ac31ce (diff) | |
download | nextcloud-server-c7d9e0ab22ab5a498246761184bb89966d5287b2.tar.gz nextcloud-server-c7d9e0ab22ab5a498246761184bb89966d5287b2.zip |
Add Minor styling improvements with opacity instead of grey
Signed-off-by: Felix A. Epp <work@felixepp.de>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 15 |
1 files changed, 10 insertions, 5 deletions
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 { |