diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-03 10:27:01 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-03 10:27:01 +0200 |
commit | 0f70abd695136f6cfcfaf3c755223cf2d61af090 (patch) | |
tree | 3ad3838eaa34aafb375403c7612482072c3cc8ba | |
parent | 7d002c333d9e79c93e0e148163ebb59823cd1b8e (diff) | |
download | wallabag-0f70abd695136f6cfcfaf3c755223cf2d61af090.tar.gz wallabag-0f70abd695136f6cfcfaf3c755223cf2d61af090.tar.zst wallabag-0f70abd695136f6cfcfaf3c755223cf2d61af090.zip |
Fixed CSS for quickstart links
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 8 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 00d7a869..397622bd 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -408,12 +408,16 @@ main ul.row { | |||
408 | } | 408 | } |
409 | 409 | ||
410 | .card .card-action a { | 410 | .card .card-action a { |
411 | color: #fff !important; | 411 | color: #fff; |
412 | margin: 0; | 412 | margin: 0; |
413 | } | 413 | } |
414 | 414 | ||
415 | .card .card-action a:hover { | 415 | .card .card-action a:hover { |
416 | color: #fff !important; | 416 | color: #fff; |
417 | } | ||
418 | |||
419 | .quickstart .card .card-action a, .quickstart .card .card-action a:hover { | ||
420 | color: #fff !important; | ||
417 | } | 421 | } |
418 | 422 | ||
419 | .settings .div_tabs { | 423 | .settings .div_tabs { |
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig index 226bafea..c8a303a6 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | {% block content %} | 5 | {% block content %} |
6 | 6 | ||
7 | <div class="row"> | 7 | <div class="row quickstart"> |
8 | <div class="col s12"> | 8 | <div class="col s12"> |
9 | <div class="card-panel settings"> | 9 | <div class="card-panel settings"> |
10 | 10 | ||