Opened 10 years ago

Closed 9 years ago

#1000 closed enhancement (fixed)

Button style in Report file dialogue

Reported by: sebomoto Owned by:
Priority: minor Milestone:
Component: graphic design/interface Keywords: css, buttons, report media
Cc: Parent Tickets:

Description

Reporting: »File report« button is default style.

This could use some css-styling to tone in with the other buttons.

for example like this rule .button_action, .button_action_highlight, .button_form
:

display: inline-block;
color: #C3C3C3;
background-color: #363636;
border: 1px solid;
border-color: #464646 #2B2B2B #252525;
border-radius: 4px;
padding: 3px 8px;
font-size: 16px;
text-decoration: none;
font-style: normal;
font-weight: bold;
cursor: pointer;

Change History (3)

comment:1 by Jeremy Pope, 9 years ago

Owner: set to Jeremy Pope
Status: newin_progress

comment:2 by Jeremy Pope, 9 years ago

Fixed with Commit: #b5ced2d

comment:3 by Jeremy Pope, 9 years ago

Owner: Jeremy Pope removed
Resolution: fixed
Status: in_progressclosed
Note: See TracTickets for help on using tickets.