diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:17:53 -0700 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:17:53 -0700 | 
| commit | 74e204b557618520d7bc56266a25d230946f02e7 (patch) | |
| tree | 996fae80eb115b30441e419e9424a0d3e1dea3e3 /modules/organize/css/organize.css | |
| parent | 0dba5857fa63b6e8f0c201cd480aad7416b9a631 (diff) | |
Don't mark colors !important.
Diffstat (limited to 'modules/organize/css/organize.css')
| -rw-r--r-- | modules/organize/css/organize.css | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index d533a80d..15b5538d 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -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;  } @@ -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; | 
