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;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: 0px;
|
||||||
|
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
margin: 0px 10px 0px 0px;
|
margin: 0px 5px 0px 0px;
|
||||||
height: 16px;
|
height: 12px;
|
||||||
width: 16px;
|
width: 12px;
|
||||||
|
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 0.8;
|
line-height: 0.8;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 2px solid #24cac2;
|
border: 2px solid #ccc;
|
||||||
color: #fff;
|
color: #ccc;
|
||||||
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
|
@ -212,6 +212,7 @@
|
||||||
background-size: 85%;
|
background-size: 85%;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
-webkit-filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-style a.no-style {
|
.new-style a.no-style {
|
||||||
|
|
Loading…
Reference in New Issue