Added icon style for readonly fields containing icons

This commit is contained in:
Paul Clarke 2016-09-14 15:09:16 +12:00
parent 4d8fb16c3e
commit d2cabce852
1 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,13 @@
}
}
// Icons used in readonly fields (eg URL field in assetAdmin)
.form-control-static__icon::before {
color: lighten($text-muted, 20%);
vertical-align: middle;
margin-right: 6px;
}
// Readonlys should be converted to an input
// scss-lint:disable all