]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed CSS for quickstart links 2335/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 3 Oct 2016 08:27:01 +0000 (10:27 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 3 Oct 2016 08:27:01 +0000 (10:27 +0200)
app/Resources/static/themes/material/css/main.css
src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig

index 00d7a8699e1f52320cbf87566c08846e4d459f37..397622bdaaa711690b5ace4fcf5821d7b54029d6 100755 (executable)
@@ -408,12 +408,16 @@ main ul.row {
 }
 
 .card .card-action a {
-  color: #fff !important;
+  color: #fff;
   margin: 0;
 }
 
 .card .card-action a:hover {
-  color: #fff !important;
+  color: #fff;
+}
+
+.quickstart .card .card-action a, .quickstart .card .card-action a:hover {
+    color: #fff !important;
 }
 
 .settings .div_tabs {
index 226bafeadcedc3f9da0263d932077ec0bb20b40a..c8a303a651e1d33bf631ac6e539be6fad133b133 100644 (file)
@@ -4,7 +4,7 @@
 
 {% block content %}
 
-    <div class="row">
+    <div class="row quickstart">
         <div class="col s12">
             <div class="card-panel settings">