diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 26c8fbc9ccd..cfe6d385cbc 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -645,6 +645,11 @@ form #selectDbType label span { box-shadow: none !important; } +#install-recommended-apps + label span { + display: inline-block; + opacity: .7; +} + /* Errors */ /* Warnings and errors are the same */ .body-login-container, |