Skip to content

Commit

Permalink
Don't mark colors !important.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 30, 2009
1 parent 0dba585 commit 74e204b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/organize/css/organize.css
Expand Up @@ -44,8 +44,8 @@
}

#gOrganizeAlbumTree .selected {
background-color: #cfdeff !important;
border-bottom: 1px solid #999 !important;
background-color: #cfdeff;
border-bottom: 1px solid #999;
margin-right: 0px;
}

Expand Down Expand Up @@ -75,7 +75,7 @@
margin: 0 !important;
padding: 0 !important;
background-color: #cfdeff;
border: 1px solid #999 !important;
border: 1px solid #999;
border-top: none !important;
border-left: none !important;
overflow-x: hidden;
Expand Down

0 comments on commit 74e204b

Please sign in to comment.