[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phabricator-filetree-view-css 3 */ 4 5 .phabricator-filetree { 6 padding: 4px 0; 7 } 8 9 /* NOTE: Until the whole side nav situation gets cleaned up, we need to be 10 highly specific in specifying selectors here, to override side nav styles. 11 */ 12 13 .phabricator-filetree .phabricator-filetree-item { 14 margin: 0; 15 padding: 0; 16 display: block; 17 border-left: 4px solid transparent; 18 } 19 20 .phabricator-filetree span.phabricator-filetree-icon { 21 background-repeat: no-repeat; 22 background-position: 0 2px; 23 width: 16px; 24 height: 20px; 25 padding: 0; 26 float: left; 27 } 28 29 .phabricator-filetree span.phabricator-filetree-name { 30 padding: 0; 31 margin-left: 4px; 32 font-size: 12px; 33 font-weight: normal; 34 line-height: 20px; 35 white-space: nowrap; 36 } 37 38 .phabricator-filetree span.phabricator-filetree-item 39 .phabricator-filetree-name { 40 color: {$darkbluetext}; 41 } 42 43 .phabricator-filetree a.phabricator-filetree-item 44 .phabricator-filetree-name { 45 color: {$darkbluetext}; 46 } 47 48 .phabricator-filetree a.phabricator-filetree-item:hover { 49 text-decoration: none; 50 background-color: {$hovergrey}; 51 } 52 53 .phabricator-filetree .phabricator-active-nav-focus { 54 background-color: {$hovergrey}; 55 border-left: 4px solid {$sky}; 56 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |