[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/harbormaster/ -> harbormaster.css (source)

   1  /**
   2   * @provides harbormaster-css
   3   */
   4  
   5  .harbormaster-artifact-io {
   6    margin: 0 0 0 8px;
   7    padding: 4px 8px;
   8    border-width: 1px 0 0 1px;
   9    border-style: solid;
  10    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.075);
  11    background: {$lightbluebackground};
  12    border-color: {$lightblueborder};
  13  }
  14  
  15  .harbormaster-artifact-summary-header {
  16    font-weight: bold;
  17    margin-bottom: 2px;
  18    color: {$darkbluetext};
  19  }
  20  
  21  .harbormaster-empty-logs-are-hidden {
  22    background: {$lightyellow};
  23    border: 1px solid {$yellow};
  24    text-align: center;
  25    padding: 12px;
  26    color: {$darkgreytext};
  27  }


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