svg-icon hover and dim disabled checkbox label text

@tophf The bold font and copious padding on the install button is overkill IMO. Almost all our buttons are default, but if we wanna go a little bigger, I'd prefer them more like the "overwrite" and "append" buttons.
This commit is contained in:
narcolepticinsomniac 2017-11-29 06:24:46 -05:00 committed by GitHub
parent efecfd926a
commit e90de3783a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,16 @@ img.icon,
.svg-icon { .svg-icon {
margin-left: 2px; margin-left: 2px;
fill: #000;
transition: fill .5s;
}
a:hover .svg-icon {
fill: #666;
}
input:disabled + span {
color: rgb(128, 128, 128);
} }
.container { .container {