mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
org settings: Fix box-shadow in organization logos section.
The box-shadow was * Not being applied to the images (the images get their box shadow from a more specific rule) * Being unintentionally applied to the upload/delete buttons * Being unintentionally applied to the container housing the buttons and error messages. The last one especially looked bad, since it added boxes where there otherwise wouldn't be a box.
This commit is contained in:
@@ -127,6 +127,9 @@ label {
|
||||
vertical-align: top;
|
||||
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.user-avatar-section .inline-block {
|
||||
box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user