UX: Switch to neutral background color for image uploader in site settings.
This commit is contained in:
parent
761003c8bd
commit
ee60ecc71f
|
@ -40,6 +40,7 @@
|
||||||
.uploaded-image-preview {
|
.uploaded-image-preview {
|
||||||
background-size: auto;
|
background-size: auto;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-color: $primary-medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.setting-controls {
|
.setting-controls {
|
||||||
|
|
Loading…
Reference in New Issue