Changeset 1e08e97


Ignore:
Timestamp:
Jun 3, 2013, 6:08:13 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
72a3d90, 9469a73
Parents:
9af1bb4
git-author:
Alex Dehnert <adehnert@…> (06/03/13 06:08:13)
git-committer:
Alex Dehnert <adehnert@…> (06/03/13 06:08:13)
Message:

Color NGEs differently from inactive groups

In the search and group detail pages, color NGEs blue instead of red. Fixes
ASA-#204.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/media/style/style.css

    rd6f8984 r1e08e97  
    234234.group-detail-page.group-status-active h1          { color: black; }
    235235.group-detail-page.group-status-applying h1        { color: red; }
    236 .group-detail-page.group-status-nge h1             { color: yellow; }
     236.group-detail-page.group-status-nge h1             { color: #00ffff; }
    237237.group-detail-page.group-status-provisional h1     { color: yellow; }
    238238.group-detail-page.group-status-derecognized h1    { color: red; }
     
    254254    color: black;
    255255}
     256.group-list-page tr.group-status-nge td.group-status
     257{
     258    background-color: #00ffff;
     259    color: black;
     260}
    256261
    257262
Note: See TracChangeset for help on using the changeset viewer.