Skip to content

Commit

Permalink
More clearly visually distinguish the active album in the permissions…
Browse files Browse the repository at this point in the history
… breadcrumbs. Fixes ticket #1187.
  • Loading branch information
bharat committed Aug 26, 2010
1 parent 7bee933 commit b1275ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes/wind/css/screen.css
Expand Up @@ -336,6 +336,15 @@ td {
background-color: #cfc;
}

#g-permissions .g-breadcrumbs a {
border: 1px solid #fff;
}

#g-permissions .g-active a {
border: 1px solid #ddd;
background: #eee;
}

/** *******************************************************************
* 5) Navigation and menus
*********************************************************************/
Expand Down

0 comments on commit b1275ab

Please sign in to comment.