Disabled buttons in admin [PATCH]
Under some conditions I set some buttons in the admin forms to disabled (by custom js or in custom tempaltes). But due to django's styling of the admin pages, they don't look much disabled. I had to add some styles to the css file, to make disabled buttons look disabled. Eventhough the admin does not use disabled buttons by default, I think it would be good to have corrsponding styles for that state of buttons, as it makes customzing the admin easier.
Summary: |
Hidden buttons in admin [PATCH] → Disabled buttons in admin [PATCH]
|
milestone: |
→ 1.3
|
Triage Stage: |
Unreviewed → Accepted
|
Keywords: |
sprintnov13 added
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Oops, that above was me.