Skip to:
Content

bbPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#926 closed defect (bug) (fixed)

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

Reported by: csseur3's profile csseur3 Owned by:
Milestone: 1.0 Priority: normal
Severity: normal Version: 1.0-rc-2
Component: General - Administration 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 (1)

Capture-3.png (63.0 KB) - added by csseur3 16 years ago.
my capture

Download all attachments as: .zip

Change History (6)

@csseur3
16 years ago

my capture

#1 @sambauers
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#2 @csseur3
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

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

#3 @sambauers
16 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

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

#4 @(none)
15 years ago

  • Milestone 1.0-beta deleted

Milestone 1.0-beta deleted

#5 @sambauers
15 years ago

  • Milestone set to 1.0
Note: See TracTickets for help on using tickets.