brotherton-erpnext/selling/page/sales_browser/sales_browser.css
2012-09-24 19:13:42 +05:30

15 lines
260 B
CSS

span.tree-node-toolbar {
padding: 2px;
margin-left: 15px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #ddd;
}
.tree-area a.selected {
font-weight: bold;
text-decoration: underline;
}