diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-25 22:01:12 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-25 22:01:12 -0700 |
commit | b1275ab39d5b14c337ad9956e2ac5c5dcded8936 (patch) | |
tree | ba68d9f3b723c243e5e1f0976970189fb3a73f8b | |
parent | 7bee93390d7f3bdbf68ec1632a9f623f70eee2ef (diff) |
More clearly visually distinguish the active album in the permissions breadcrumbs. Fixes ticket #1187.
-rw-r--r-- | themes/wind/css/screen.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index be802976..2f91deaa 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -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 *********************************************************************/ |