aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-02 10:53:22 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-02 10:53:22 +0200
commitb1e0a586e8222ca1fc59bcff0a57e2a3f8c11534 (patch)
tree90255b22ceceec92ecebff73b1ef94fbde8330bb /app
parent336262e6ee9c57437793a06fb416206ac73a1702 (diff)
downloadwallabag-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')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css4
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 {
671div.settings div.file-field div { 671div.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}