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:
parent
efecfd926a
commit
e90de3783a
|
@ -22,6 +22,16 @@ img.icon,
|
|||
|
||||
.svg-icon {
|
||||
margin-left: 2px;
|
||||
fill: #000;
|
||||
transition: fill .5s;
|
||||
}
|
||||
|
||||
a:hover .svg-icon {
|
||||
fill: #666;
|
||||
}
|
||||
|
||||
input:disabled + span {
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Reference in New Issue
Block a user