[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/layout/ -> phabricator-side-menu-view.css (source)

   1  /**
   2   * @provides phabricator-side-menu-view-css
   3   */
   4  
   5  .phabricator-side-menu .phui-list-item-view {
   6    display: block;
   7    white-space: nowrap;
   8    text-decoration: none;
   9    font-size: 13px;
  10    -webkit-font-smoothing: antialiased;
  11  }
  12  
  13  .phabricator-side-menu .phui-list-item-href {
  14    display: block;
  15    padding: 6px 8px 6px 24px;
  16    color: {$darkbluetext};
  17  }
  18  
  19  .phabricator-side-menu .phui-list-item-selected {
  20    background-color: {$hovergrey};
  21    border-left: 4px solid {$sky};
  22  }
  23  
  24  .device-desktop .phabricator-side-menu .phui-list-item-selected
  25   a.phui-list-item-href:hover {
  26    background-color: {$hoverselectedgrey};
  27  }
  28  
  29  .phabricator-side-menu .phui-list-item-selected .phui-list-item-href {
  30    padding-left: 20px;
  31  }
  32  
  33  .phabricator-side-menu .phui-list-item-type-label {
  34    padding: 6px 8px 4px 12px;
  35    color: {$darkbluetext};
  36    text-transform: uppercase;
  37    font-size: 12px;
  38    font-weight: bold;
  39    border-style: solid;
  40  }
  41  
  42  .device-desktop .phabricator-side-menu a.phui-list-item-href:hover {
  43    text-decoration: none;
  44    background-color: {$hovergrey};
  45  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1