ref: master
public/stylesheets/templates.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
.controller-templates .template-kind { border-bottom: 1px solid #CCC; } .controller-templates .template-kind ul { padding-left: 5px; } .controller-templates .template-kind li { list-style: none; padding: 3px; } .controller-templates .template-kind li:hover { background-color: #f0f0f0; } .controller-templates .template-kind li a { font-size: 13px; } |