From 0f70abd695136f6cfcfaf3c755223cf2d61af090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 3 Oct 2016 10:27:01 +0200 Subject: Fixed CSS for quickstart links --- app/Resources/static/themes/material/css/main.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'app/Resources/static/themes/material') 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 { } .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 { -- cgit v1.2.3