diff options
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 67be1d22..00d7a869 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -348,7 +348,6 @@ main ul.row { | |||
348 | .card .card-content .card-title { | 348 | .card .card-content .card-title { |
349 | line-height: 32px; | 349 | line-height: 32px; |
350 | max-height: 64px; | 350 | max-height: 64px; |
351 | display: block; | ||
352 | } | 351 | } |
353 | 352 | ||
354 | .card .card-content i.right, | 353 | .card .card-content i.right, |
@@ -409,12 +408,12 @@ main ul.row { | |||
409 | } | 408 | } |
410 | 409 | ||
411 | .card .card-action a { | 410 | .card .card-action a { |
412 | color: #fff; | 411 | color: #fff !important; |
413 | margin: 0; | 412 | margin: 0; |
414 | } | 413 | } |
415 | 414 | ||
416 | .card .card-action a:hover { | 415 | .card .card-action a:hover { |
417 | color: #fff; | 416 | color: #fff !important; |
418 | } | 417 | } |
419 | 418 | ||
420 | .settings .div_tabs { | 419 | .settings .div_tabs { |