View Issue Details

IDProjectCategoryView StatusLast Update
0003735mantisbtbugtrackerpublic2004-07-08 07:15
Reportertazza70 Assigned Tojlatour  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version0.19.0a1 
Summary0003735: New CSS class for HTML Form Buttons
Description

I have patched the CVS source to add two new CSS classes, button and button-small, for all submit buttons on the screens.

This now allows you to modify the appearance of the buttons through a customised CSS.

Sample CSS:
.button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #e8e8e8; background-color: #616179; }

.button-small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #e8e8e8; background-color: #616179; }

TagsNo tags attached.
Attached Files
mantisbt.diff.gz (5,293 bytes)
qubico.css.gz (1,167 bytes)

Activities

tazza70

tazza70

2004-04-11 04:51

reporter   ~0005362

Attached is also a black theme (which prompted this patch) with the following modified status colours:
$g_status_colors = array(
'new' => '#BD8282', # red,
'feedback' => '#A0336A', # purple
'acknowledged' => '#C6A83E', # orange
'confirmed' => '#C0C086', # yellow
'assigned' => '#616179', # blue
'resolved' => '#A4BFB2', # buish-green
'closed' => '#A09F9F'); # light gray

tazza70

tazza70

2004-04-11 20:36

reporter   ~0005366

I've realised I originally missed two spots in core/html_api.php

Additional diff for that file is now attached.

jlatour

jlatour

2004-04-12 17:21

reporter   ~0005367

I applied (most of) the patches (it changed some other things, such as the documentation path?).

I tried the CSS (without the modified status colours) and liked the current theme better. Perhaps we could add it to the site, or implement theme functionality. Could you add a new issue asking for the theme to be included in some way? I'd like to close this one.