fix icon visibility in dark theme
This commit is contained in:
parent
cda4eac6fe
commit
595fa5245e
|
@ -6434,6 +6434,15 @@ a#shifts td.collides:hover {
|
|||
transform: rotate(0deg) translateY(0px);
|
||||
}
|
||||
}
|
||||
.messages .text-danger {
|
||||
color: #fff;
|
||||
}
|
||||
.messages .text-info {
|
||||
color: #fff;
|
||||
}
|
||||
.messages .caret {
|
||||
color: #fff;
|
||||
}
|
||||
.text-primary,
|
||||
.text-primary:hover {
|
||||
color: #428bca;
|
||||
|
|
|
@ -871,6 +871,18 @@ THE SOFTWARE.
|
|||
|
||||
@import "base";
|
||||
|
||||
.messages .text-danger {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.messages .text-info {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.messages .caret {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
// Cyborg 3.2.0
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue