brotherton-erpnext/selling/page/sales_browser/sales_browser.css

15 lines
260 B
CSS
Raw Normal View History

2012-04-17 07:10:37 +00:00
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;
}