mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added icon style for readonly fields containing icons
This commit is contained in:
parent
4d8fb16c3e
commit
d2cabce852
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user