aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-03 10:29:41 +0200
committerGitHub <noreply@github.com>2016-10-03 10:29:41 +0200
commit83c26bdf264a40541e870fa4990f86f0fdb8f00b (patch)
tree3ad3838eaa34aafb375403c7612482072c3cc8ba
parent7d002c333d9e79c93e0e148163ebb59823cd1b8e (diff)
parent0f70abd695136f6cfcfaf3c755223cf2d61af090 (diff)
downloadwallabag-83c26bdf264a40541e870fa4990f86f0fdb8f00b.tar.gz
wallabag-83c26bdf264a40541e870fa4990f86f0fdb8f00b.tar.zst
wallabag-83c26bdf264a40541e870fa4990f86f0fdb8f00b.zip
Merge pull request #2335 from wallabag/fix-quickstart-css
Fixed CSS for quickstart links
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css8
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig2
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