mirror of https://github.com/zulip/zulip.git
popovers.css: Replace RGB colors with HSL colors.
This commit is contained in:
parent
fa73872828
commit
d04fbc0a53
|
@ -113,7 +113,7 @@ ul.actions_popover i {
|
|||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
background-color: hsla(0, 0%, 0%, 0.7);
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
|
||||
|
|
Loading…
Reference in New Issue