mirror of https://github.com/ColorlibHQ/AdminLTE
Modified default label style
parent
28664a1551
commit
e22fbd6a15
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
.label-default {
|
||||
background-color: @gray;
|
||||
color: #333;
|
||||
color: #444;
|
||||
}
|
||||
.label-danger {
|
||||
&:extend(.bg-red);
|
||||
|
|
|
@ -2231,7 +2231,7 @@ table.text-center th {
|
|||
*/
|
||||
.label-default {
|
||||
background-color: #d2d6de;
|
||||
color: #333;
|
||||
color: #444;
|
||||
}
|
||||
/*
|
||||
* Component: Direct Chat
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue