diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-02 10:53:22 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-02 10:53:22 +0200 |
commit | b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534 (patch) | |
tree | 90255b22ceceec92ecebff73b1ef94fbde8330bb /app/Resources/static/themes | |
parent | 336262e6ee9c57437793a06fb416206ac73a1702 (diff) | |
download | wallabag-b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534.tar.gz wallabag-b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534.tar.zst wallabag-b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534.zip |
Fixed different font-size for labels in config screen
Fix #1788
Diffstat (limited to 'app/Resources/static/themes')
-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 | } | ||