[ui] flattified desktop icons

This commit is contained in:
Rushabh Mehta 2013-06-04 14:41:49 +05:30
parent 8fefeaf1bd
commit f8d2ff30ea

View File

@ -2,69 +2,69 @@
"modules": { "modules": {
"Selling": { "Selling": {
"link": "selling-home", "link": "selling-home",
"color": "#3f4901", "color": "#1abc9c",
"icon": "icon-tag", "icon": "icon-tag",
"type": "module" "type": "module"
}, },
"Accounts": { "Accounts": {
"link": "accounts-home", "link": "accounts-home",
"color": "#025770", "color": "#3498db",
"icon": "icon-money", "icon": "icon-money",
"type": "module" "type": "module"
}, },
"Stock": { "Stock": {
"type": "module", "type": "module",
"link": "stock-home", "link": "stock-home",
"color": "#a66a02", "color": "#f39c12",
"icon": "icon-truck" "icon": "icon-truck"
}, },
"Buying": { "Buying": {
"type": "module", "type": "module",
"link": "buying-home", "link": "buying-home",
"color": "#8F0222", "color": "#c0392b",
"icon": "icon-shopping-cart" "icon": "icon-shopping-cart"
}, },
"Support": { "Support": {
"type": "module", "type": "module",
"link": "support-home", "link": "support-home",
"color": "#410169", "color": "#2c3e50",
"icon": "icon-phone" "icon": "icon-phone"
}, },
"Projects": { "Projects": {
"type": "module", "type": "module",
"link": "projects-home", "link": "projects-home",
"color": "#473b7f", "color": "#8e44ad",
"icon": "icon-tasks" "icon": "icon-tasks"
}, },
"Manufacturing": { "Manufacturing": {
"type": "module", "type": "module",
"link": "manufacturing-home", "link": "manufacturing-home",
"color": "#590116", "color": "#7f8c8d",
"icon": "icon-magic" "icon": "icon-cogs"
}, },
"Website": { "Website": {
"type": "module", "type": "module",
"link": "website-home", "link": "website-home",
"color": "#968c00", "color": "#16a085",
"icon": "icon-globe" "icon": "icon-globe"
}, },
"HR": { "HR": {
"type": "module", "type": "module",
"link": "hr-home", "link": "hr-home",
"color": "#018d6c", "color": "#2ecc71",
"label": "Human Resources", "label": "Human Resources",
"icon": "icon-group" "icon": "icon-group"
}, },
"Setup": { "Setup": {
"type": "setup", "type": "setup",
"link": "Setup", "link": "Setup",
"color": "#484848", "color": "#bdc3c7",
"icon": "icon-wrench" "icon": "icon-wrench"
}, },
"Activity": { "Activity": {
"type": "page", "type": "page",
"link": "activity", "link": "activity",
"color": "#633501", "color": "#e67e22",
"icon": "icon-play", "icon": "icon-play",
"label": "Activity" "label": "Activity"
}, },
@ -72,9 +72,9 @@
"type": "list", "type": "list",
"doctype": "Note", "doctype": "Note",
"link": "List/Note", "link": "List/Note",
"color": "#01372b", "color": "#95a5a6",
"label": "Notes", "label": "Notes",
"icon": "icon-question-sign" "icon": "icon-file-alt"
} }
}, },
"web": { "web": {