Project

General

Profile

Actions

Bug #1504

closed

Wt-disabled CSS style is hard-coded; it should be part of the theme

Added by Stefan Ruppert about 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Low
Assignee:
Target version:
Start date:
10/29/2012
Due date:
% Done:

0%

Estimated time:

Description

Within WApplication.C the Wt-disabled CSS style is hard-coded thus it can not be overwritten by an external CSS rule.

  styleSheet_.addRule("span.Wt-disabled", "color: gray;");
  styleSheet_.addRule("fieldset.Wt-disabled legend", "color: gray;");

IMHO it should be part of the theme. See screenshot of #1503 the title of a disabled WPanel is hardly readable.

Actions #1

Updated by Koen Deforche about 12 years ago

  • Status changed from New to InProgress
  • Assignee set to Koen Deforche
  • Target version set to 3.3.0

Hey,

This will be addressed with 3.3.0, where things like this have been moved to the theme, and much more (since bootstrap is then supported as a theme too).

Regards,

koen

Actions #2

Updated by Koen Deforche almost 12 years ago

  • Status changed from InProgress to Resolved
Actions #3

Updated by Koen Deforche almost 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF