mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
fixes custom fields labels being unreadable
This commit is contained in:
parent
825e988dfa
commit
d4cddebba5
|
@ -78,7 +78,9 @@
|
||||||
a.actions {
|
a.actions {
|
||||||
color:#fff !important;
|
color:#fff !important;
|
||||||
}
|
}
|
||||||
|
a:visited.label-default, a:link.label-default{
|
||||||
|
color:#444;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
The dropdown is white, so use a darker color
|
The dropdown is white, so use a darker color
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue