mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
fix filterable dropdown text color when open
This commit is contained in:
parent
93487b1aeb
commit
1fd0f45a02
1 changed files with 4 additions and 1 deletions
|
|
@ -46,7 +46,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
small > svg {
|
small > svg {
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
|
@ -58,3 +57,7 @@ small > svg {
|
||||||
font-size: 65%;
|
font-size: 65%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show .btn-outline-primary {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue