mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
css: Nest hotspot inline elems inside .hotspot-inline.
No changes required here for night-mode.
This commit is contained in:
parent
ce34fe51cd
commit
2b6acbfe03
@ -251,30 +251,30 @@
|
||||
.hotspot-confirm {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.hotspot-inline-top .hotspot-title {
|
||||
background-color: hsl(168, 100%, 35%);
|
||||
margin: 0;
|
||||
color: hsl(0, 0%, 100%);
|
||||
font-weight: 600;
|
||||
line-height: 24px;
|
||||
padding: 5px 13px;
|
||||
font-size: 1.15em;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
.hotspot-inline-top .hotspot-title {
|
||||
background-color: hsl(168, 100%, 35%);
|
||||
margin: 0;
|
||||
color: hsl(0, 0%, 100%);
|
||||
font-weight: 600;
|
||||
line-height: 24px;
|
||||
padding: 5px 13px;
|
||||
font-size: 1.15em;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.hotspot-inline-left {
|
||||
display: inline-block;
|
||||
width: 90px;
|
||||
}
|
||||
.hotspot-inline-left {
|
||||
display: inline-block;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
.hotspot-inline-right {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
margin-left: 10px;
|
||||
vertical-align: middle;
|
||||
.hotspot-inline-right {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
margin-left: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
#hotspot_intro_reply_icon {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user