Last modified: 2007-09-04 21:00:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T13185, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11185 - Adding class to delete table
Adding class to delete table
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Low trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-09-04 20:23 UTC by MZMcBride
Modified: 2007-09-04 21:00 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description MZMcBride 2007-09-04 20:23:18 UTC
Currently on the deletion page, a form tag contains an id (deleteconfirm), however, the table inside of the form tag does not, thus making it impossible to modify the contents of the table via user CSS. Namely it would be nice to set the table's background to transparent via user CSS. Would it be possible to have a class or id added to the table?
Comment 1 AlexSm 2007-09-04 20:43:02 UTC
On some other pages some extra id's would be nice, I agree.

However in this particular case, since the table is inside form, you can use:
 form#deleteconfirm table {background-color:transparent}
Comment 2 MZMcBride 2007-09-04 21:00:46 UTC
That works for me. Thanks!

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links