Opened 2 years ago
Closed 2 years ago
#2948 closed Defect (fixed)
Add widget button disappears when clicked in admin dashboard
| Reported by: | brettp | Owned by: | brettp |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8 Beta |
| Component: | Core | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@…, evan@… | Difficulty: | easy |
Description
Just hidden with CSS. Can hover to see it.
Change History (4)
comment:1 Changed 2 years ago by cash
- Cc evan@… added
comment:2 Changed 2 years ago by cash
- Milestone changed from Elgg 1.8 to Elgg 1.8 Beta
comment:3 Changed 2 years ago by brettp
- Owner set to brettp
- Status changed from new to assigned
comment:4 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from assigned to closed
(In [svn:8646]) Fixes #2948: Put specific rules in for .elgg-plugin.elgg-state-active to get white backgrounds in plugins, but not break the action button. The admin CSS still needs a bit of work.
Note: See
TracTickets for help on using
tickets.

This is a problem with the new elgg-states introduced to the admin theme. The elgg-state-active is being used for active plugins and has a white background. When it is applied to the toggle button, the button disappears.