[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides project-icon-css 3 */ 4 5 button.icon-button { 6 background: #f7f7f7; 7 border: 1px solid {$lightblueborder}; 8 position: relative; 9 width: 16px; 10 height: 16px; 11 padding: 12px; 12 margin: 4px; 13 text-shadow: none; 14 box-shadow: none; 15 box-sizing: content-box; 16 } 17 18 .icon-grid { 19 text-align: center; 20 } 21 22 .icon-icon + .icon-icon { 23 margin-left: 4px; 24 } 25 26 button.icon-button.selected { 27 background: {$bluebackground}; 28 }
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 |