mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-16 13:25:10 +00:00
show order type icon in sales order list view
This commit is contained in:
@@ -2314,6 +2314,11 @@ div.form-title {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.appframe-titlebar .label {
|
||||
vertical-align: middle;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
div.form-section-head {
|
||||
margin: 11px -15px 3px -15px;
|
||||
border-top: 1px solid #ccc;
|
||||
@@ -3214,6 +3219,8 @@ div.stat-item {
|
||||
height: 18px;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 9px;
|
||||
-webkit-border-radius: 9px;
|
||||
-moz-border-radius: 9px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -3222,6 +3229,10 @@ div.stat-bar {
|
||||
left: 0px;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
/* So that this div is also curved like the enclosing one */
|
||||
border-radius: 9px;
|
||||
-webkit-border-radius: 9px;
|
||||
-moz-border-radius: 9px;
|
||||
|
||||
background: #e0ff84; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #e0ff84 0%, #a4e567 100%); /* FF3.6+ */
|
||||
@@ -3237,12 +3248,8 @@ div.stat-bar {
|
||||
* lib/css/ui/views.css
|
||||
*/
|
||||
|
||||
.breadcrumbs {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.breadcrumbs a {
|
||||
color: #000000;
|
||||
.breadcrumb-area, .breadcrumb-area span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.appframe-titlebar {
|
||||
@@ -3260,6 +3267,14 @@ div.appframe-titlebar {
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
-webkit-border-radius: 5px 5px 0px 0px;
|
||||
-moz-border-radius: 5px 5px 0px 0px;
|
||||
|
||||
text-shadow: 0px 1px 1px #fff;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
span.appframe-title {
|
||||
font-size: 160%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.appframe-toolbar {
|
||||
|
||||
Reference in New Issue
Block a user