diff options
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index dbae5faf..68f3f2ee 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -671,3 +671,7 @@ div.settings div.input-field ul { | |||
671 | div.settings div.file-field div { | 671 | div.settings div.file-field div { |
672 | margin-top: inherit; | 672 | margin-top: inherit; |
673 | } | 673 | } |
674 | |||
675 | .input-field label.active { | ||
676 | font-size: 1rem; | ||
677 | } | ||