diff --git a/core/static/sas/album.scss b/core/static/sas/album.scss index 18808bda..766e0b84 100644 --- a/core/static/sas/album.scss +++ b/core/static/sas/album.scss @@ -27,6 +27,11 @@ &:hover { background-color: #d4d4d4; } + + &:disabled { + background-color: #f2f2f2; + color: #d4d4d4; + } } } @@ -144,6 +149,8 @@ padding: 0; box-shadow: none; + border: 1px solid rgba(0, 0, 0, .3); + @media (max-width: 500px) { width: 100%; } @@ -162,7 +169,7 @@ color: white; &:hover { - background: rgba(0, 0, 0, .7); + background: rgba(0, 0, 0, .5); } } @@ -192,8 +199,8 @@ } > .album > div { - background: rgba(0, 0, 0, .3); - background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%); + background: rgba(0, 0, 0, .5); + background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%); text-align: left; word-break: break-word; } diff --git a/sas/templates/sas/album.jinja b/sas/templates/sas/album.jinja index 80b16942..75e74556 100644 --- a/sas/templates/sas/album.jinja +++ b/sas/templates/sas/album.jinja @@ -37,7 +37,7 @@ {% trans %}Edit{% endtrans %} - + @@ -112,7 +112,7 @@ {% endif %} - {% if edit_mode %} + {% if user.is_in_group(settings.SITH_GROUP_SAS_ADMIN_ID) %}