Ticket #926 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Plugins activated, but not the same green color in the list of plugins!

Reported by: csseur3 Assigned to:
Priority: normal Milestone: 1.0-beta & XML-RPC
Component: Administration Version: 1.0-beta (trunk)
Severity: normal Keywords:
Cc:

Description

Hello,

with the new trunk, in the plugins list, plugins with the gray background-color (when they are not activated), are not green when are activated!

see my capture: http://img175.imageshack.us/my.php?image=capture3qd7.png

Attachments

Capture-3.png (63.0 kB) - added by csseur3 on 08/13/08 13:47:47.
my capture

Change History

08/13/08 13:47:47 changed by csseur3

  • attachment Capture-3.png added.

my capture

08/13/08 13:56:41 changed by sambauers

  • status changed from new to closed.
  • resolution set to fixed.

(In [1650]) Change order of CSS declarations in admin CSS. Fixes #926

08/13/08 14:04:06 changed by csseur3

  • status changed from closed to reopened.
  • resolution deleted.

hey sam, the bug is always here!

change that:

.active { background-color: rgb(200, 250, 200) }

for that:

.active { background-color: rgb(200, 250, 200); }

the required " ; " at the end fixed the css bug :p

08/13/08 19:13:00 changed by sambauers

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [1651]) CSS typo. Fixes #926 again.