mirror of https://github.com/ColorlibHQ/AdminLTE
parent
ae6d7a4844
commit
0223d7b34a
|
@ -59,7 +59,7 @@
|
|||
color: #444;
|
||||
border-color: #ddd;
|
||||
&:hover, &:active, &.hover {
|
||||
background-color: #e9e9e9!important;
|
||||
background-color:darken(#f4f4f4, 5%)!important;
|
||||
}
|
||||
}
|
||||
.btn-primary {
|
||||
|
|
|
@ -1799,7 +1799,7 @@ a:focus {
|
|||
.btn-default:hover,
|
||||
.btn-default:active,
|
||||
.btn-default.hover {
|
||||
background-color: #e9e9e9!important;
|
||||
background-color: #e7e7e7 !important;
|
||||
}
|
||||
.btn-primary {
|
||||
background-color: #3c8dbc;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -142,7 +142,7 @@ $(function () {
|
|||
//String - The colour of each segment stroke
|
||||
segmentStrokeColor: "#fff",
|
||||
//Number - The width of each segment stroke
|
||||
segmentStrokeWidth: 2,
|
||||
segmentStrokeWidth: 1,
|
||||
//Number - The percentage of the chart that we cut out of the middle
|
||||
percentageInnerCutout: 50, // This is 0 for Pie charts
|
||||
//Number - Amount of animation steps
|
||||
|
|
Loading…
Reference in New Issue