mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
moved directory structure
This commit is contained in:
14
selling/page/sales_browser/sales_browser.css
Normal file
14
selling/page/sales_browser/sales_browser.css
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user