mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
Make checkbox with label unique enough to style it different than normal label
This commit is contained in:
parent
27c204cc7a
commit
5e25f344d6
@ -130,6 +130,7 @@ var et2_checkbox = et2_inputWidget.extend(
|
|||||||
label = '%s'+label;
|
label = '%s'+label;
|
||||||
}
|
}
|
||||||
this._super.apply(this, [label]);
|
this._super.apply(this, [label]);
|
||||||
|
jQuery(this.getSurroundings()._widgetSurroundings).addClass('et2_checkbox_label');
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Override default to match against set/unset value
|
* Override default to match against set/unset value
|
||||||
|
Loading…
Reference in New Issue
Block a user