mirror of https://github.com/zulip/zulip.git
components: Change label.checkbox style.
Change the label.checkbox style to be grey instead of green which I think blends with the current aesthetic more.
This commit is contained in:
parent
d2d404afcc
commit
9823e4de33
|
@ -186,19 +186,19 @@
|
|||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
top: 0px;
|
||||
|
||||
padding: 1px;
|
||||
margin: 0px 10px 0px 0px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 0px 5px 0px 0px;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
|
||||
font-weight: 300;
|
||||
line-height: 0.8;
|
||||
font-size: 1.3rem;
|
||||
text-align: center;
|
||||
border: 2px solid #24cac2;
|
||||
color: #fff;
|
||||
border: 2px solid #ccc;
|
||||
color: #ccc;
|
||||
|
||||
border-radius: 4px;
|
||||
|
||||
|
@ -212,6 +212,7 @@
|
|||
background-size: 85%;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
-webkit-filter: grayscale(1);
|
||||
}
|
||||
|
||||
.new-style a.no-style {
|
||||
|
|
Loading…
Reference in New Issue