mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
css fix for sidebar statuses in list view
This commit is contained in:
@@ -3219,6 +3219,8 @@ div.stat-item {
|
|||||||
height: 18px;
|
height: 18px;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
|
-webkit-border-radius: 9px;
|
||||||
|
-moz-border-radius: 9px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3227,6 +3229,10 @@ div.stat-bar {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 0;
|
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: #e0ff84; /* Old browsers */
|
||||||
background: -moz-linear-gradient(top, #e0ff84 0%, #a4e567 100%); /* FF3.6+ */
|
background: -moz-linear-gradient(top, #e0ff84 0%, #a4e567 100%); /* FF3.6+ */
|
||||||
|
|||||||
@@ -2470,6 +2470,8 @@ div.stat-item {
|
|||||||
height: 18px;
|
height: 18px;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
|
-webkit-border-radius: 9px;
|
||||||
|
-moz-border-radius: 9px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2478,6 +2480,10 @@ div.stat-bar {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 0;
|
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: #e0ff84; /* Old browsers */
|
||||||
background: -moz-linear-gradient(top, #e0ff84 0%, #a4e567 100%); /* FF3.6+ */
|
background: -moz-linear-gradient(top, #e0ff84 0%, #a4e567 100%); /* FF3.6+ */
|
||||||
|
|||||||
Reference in New Issue
Block a user