diff options
author | John Mayhew | 2012-02-09 10:42:31 -0800 |
---|---|---|
committer | John Mayhew | 2012-02-09 10:42:31 -0800 |
commit | 6029af773360e433130a6e6e85cfdd9873334465 (patch) | |
tree | cb390d64b004fe80d77019e25719cf76d94913f9 /scss | |
parent | 5708e1728b92c750b9cbdf1b2ff10a8e0e46253c (diff) | |
parent | 35ad4d6d2fac4432046141c63c0209cf3d00be5c (diff) | |
download | ninja-6029af773360e433130a6e6e85cfdd9873334465.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
Diffstat (limited to 'scss')
-rw-r--r-- | scss/imports/scss/_PanelUI.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/imports/scss/_PanelUI.scss b/scss/imports/scss/_PanelUI.scss index 21ada556..ccac99ca 100644 --- a/scss/imports/scss/_PanelUI.scss +++ b/scss/imports/scss/_PanelUI.scss | |||
@@ -563,7 +563,7 @@ span.pp-span-all:focus { | |||
563 | #pp-container-list span.span-space { | 563 | #pp-container-list span.span-space { |
564 | background-repeat: no-repeat; | 564 | background-repeat: no-repeat; |
565 | } | 565 | } |
566 | #pp-container-list li.directory.open > span.pp-span-all > span.pp-col-files > span.span-space { | 566 | #pp-container-list li.directory.open > span.pp-span-all > span.pp-col-files > span.span-space, .branch-label { |
567 | background-image:url("../images/panels/project-panel/icon-file-folderopen.png"); | 567 | background-image:url("../images/panels/project-panel/icon-file-folderopen.png"); |
568 | background-position: 100% 0px; | 568 | background-position: 100% 0px; |
569 | } | 569 | } |