mirror of https://github.com/ColorlibHQ/AdminLTE
Add some fixes
parent
e106166fc6
commit
2aa1da0db3
|
@ -58,7 +58,6 @@
|
|||
&:disabled {
|
||||
color: $button-default-color;
|
||||
background-color: $button-default-background-color;
|
||||
border-color: $button-default-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -60,9 +60,8 @@
|
|||
|
||||
&:disabled,
|
||||
&.disabled {
|
||||
background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;
|
||||
background-image: none !important;
|
||||
color: color-yiq($color);
|
||||
border-color: $color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue