Fix background on mobile photo page with dark theme

This commit is contained in:
Benjamin Neff 2017-01-14 03:52:07 +01:00 committed by Dennis Schubert
parent a290c432d8
commit 0c0b618a8b
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E
2 changed files with 3 additions and 1 deletions

View file

@ -43,6 +43,8 @@ body {
.stream-element.unread { background-color: $gray; }
.stream-element.read { background-color: $gray-darker; }
#show_content .photo { border-color: $border-grey; }
.header-full-width { border-bottom: 1px solid $border-grey; }
.user_aspects {

View file

@ -281,7 +281,7 @@ footer {
.photo {
text-align: center;
background-color: #FFFFFF;
background-color: $framed-background;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);