mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
components: Change checkboxes from grey to translucent.
This works better with color background and looks the same on white.
This commit is contained in:
committed by
Steve Howell
parent
aeed2e6863
commit
83f329b41a
@@ -26,7 +26,7 @@
|
||||
line-height: 0.8;
|
||||
font-size: 1.3rem;
|
||||
text-align: center;
|
||||
border: 1px solid hsl(0, 0%, 60%);
|
||||
border: 1px solid hsla(0, 0%, 0%, 0.6);
|
||||
color: hsl(0, 0%, 80%);
|
||||
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user