mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Inclusing reset buttons in LeftAndMain jQuery styling
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92617 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
761760eeed
commit
8bc867c554
@ -37,7 +37,7 @@
|
|||||||
*/
|
*/
|
||||||
_setupButtons: function() {
|
_setupButtons: function() {
|
||||||
// Initialize buttons
|
// Initialize buttons
|
||||||
this.find(':submit, button').livequery(function() {
|
this.find(':submit, button, :reset').livequery(function() {
|
||||||
jQuery(this).addClass(
|
jQuery(this).addClass(
|
||||||
'ui-state-default ' +
|
'ui-state-default ' +
|
||||||
'ui-corner-all'
|
'ui-corner-all'
|
||||||
|
Loading…
Reference in New Issue
Block a user