1 /* CSS rules for Angular module "crmUI" */
4 .crm-container [crm-ui-editable] {
6 border: 2px dashed transparent
;
8 .crm-container
[crm-ui-editable
]:hover
,
9 .crm-container [crm-ui-editable]:focus {
10 border: 2px dashed
#d1d1d1;
12 background-color: white
!important
;
13 color: initial
!important
;
15 .crm-container span[crm-ui-editable] {
16 display: inline-block
!important
;
21 .crm-container [crm-ui-editable]:empty:before {
22 content: attr
(placeholder
);