3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 02:35:24 +00:00

Merge pull request #18094 from Godmartinz/custom_field_color_fixx

Fixed fieldset colors on dark themes
This commit is contained in:
snipe
2025-10-23 20:32:05 +01:00
committed by GitHub

View File

@ -1275,6 +1275,7 @@ input[name="columnsSearch"] {
}
.callout.callout-legend h4 {
color: #333;
font-size: 16px;
font-weight: bold;
margin-top: 5px;
@ -1288,7 +1289,8 @@ input[name="columnsSearch"] {
}
p.callout-subtext {
margin-top: 5px;
color:#333;
margin-top: 5px;
}
p.callout-subtext a:hover, p.callout-subtext a:visited, p.callout-subtext a:link {