diff options
Diffstat (limited to 'app/Resources/static/themes')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 9ea59eb0..005cc302 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -411,12 +411,12 @@ main ul.row { | |||
411 | } | 411 | } |
412 | 412 | ||
413 | .card .card-action a { | 413 | .card .card-action a { |
414 | color: #fff; | 414 | color: #fff !important; |
415 | margin: 0; | 415 | margin: 0; |
416 | } | 416 | } |
417 | 417 | ||
418 | .card .card-action a:hover { | 418 | .card .card-action a:hover { |
419 | color: #fff; | 419 | color: #fff !important; |
420 | } | 420 | } |
421 | 421 | ||
422 | .settings .div_tabs { | 422 | .settings .div_tabs { |