mirror of https://github.com/zulip/zulip.git
refactor: Add css nesting to #out-of-view-notification.
This commit is contained in:
parent
dc96b8a23d
commit
8b2098f34d
|
@ -281,18 +281,8 @@ div[id^="message-edit-send-status"],
|
|||
background-color: hsla(152, 51%, 63%, 0.25);
|
||||
border: 1px solid hsla(0, 0%, 0%, 0.1);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.compose-notifications-content {
|
||||
padding: 4px 22px 4px 22px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.composition-area {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#out-of-view-notification .close {
|
||||
.close {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 4px;
|
||||
|
@ -302,6 +292,16 @@ div[id^="message-edit-send-status"],
|
|||
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
|
||||
opacity: .2;
|
||||
filter: alpha(opacity=20);
|
||||
}
|
||||
}
|
||||
|
||||
.compose-notifications-content {
|
||||
padding: 4px 22px 4px 22px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.composition-area {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
textarea.new_message_textarea {
|
||||
|
|
Loading…
Reference in New Issue