mirror of https://github.com/zulip/zulip.git
css: Lighten button border for visibility.
This replaces the previous dark border. A pure white border looked a little too garish, so this dials back the alpha channel just a bit. Fixes: #25303.
This commit is contained in:
parent
942eb7b375
commit
df508659db
|
@ -857,7 +857,7 @@ a.compose_control_button.hide {
|
|||
float: right;
|
||||
color: hsl(0deg 0% 100%);
|
||||
border-radius: 0 4px 4px 0;
|
||||
border-left: 1px solid hsl(213deg 14% 12% / 15%);
|
||||
border-left: 1px solid hsl(0deg 0% 100% / 65%);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue