Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider f671bebd rédigé par Benjamin Neff's avatar Benjamin Neff Validation de Dennis Schubert
Parcourir les fichiers

Fix background on mobile photo upload with dark theme

closes #7278
parent 0c0b618a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* Prevent scroll to top when clicking 'mark all as read' in the notification dropdown [#7253](https://github.com/diaspora/diaspora/pull/7253) * Prevent scroll to top when clicking 'mark all as read' in the notification dropdown [#7253](https://github.com/diaspora/diaspora/pull/7253)
* Update existing notifications in dropdown on fetch [#7270](https://github.com/diaspora/diaspora/pull/7270) * Update existing notifications in dropdown on fetch [#7270](https://github.com/diaspora/diaspora/pull/7270)
* Fix link to post on mobile photo page [#7274](https://github.com/diaspora/diaspora/pull/7274) * Fix link to post on mobile photo page [#7274](https://github.com/diaspora/diaspora/pull/7274)
* Fix some background issues on dark mobile themes [#7278](https://github.com/diaspora/diaspora/pull/7278)
## Features ## Features
* Add links to the aspects and followed tags pages on mobile [#7265](https://github.com/diaspora/diaspora/pull/7265) * Add links to the aspects and followed tags pages on mobile [#7265](https://github.com/diaspora/diaspora/pull/7265)
......
...@@ -733,7 +733,7 @@ select#aspect_ids_ { ...@@ -733,7 +733,7 @@ select#aspect_ids_ {
#publisher_textarea_wrapper { #publisher_textarea_wrapper {
border-radius: 2px; border-radius: 2px;
margin: 12px 0px; margin: 12px 0px;
background: #fff; background: $framed-background;
position: relative; position: relative;
padding-right: 10px; padding-right: 10px;
...@@ -766,7 +766,7 @@ select#aspect_ids_ { ...@@ -766,7 +766,7 @@ select#aspect_ids_ {
&.with_attachments { &.with_attachments {
padding-bottom: 55px; padding-bottom: 55px;
border: 1px solid #CCCCCC; border: 1px solid $border-medium-grey;
} }
#photodropzone { #photodropzone {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter