diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 8 |
1 files changed, 6 insertions, 2 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 { |