Skip to content

Commit f3976e5

Browse files
authored
Merge pull request #18094 from Godmartinz/custom_field_color_fixx
Fixed fieldset colors on dark themes
2 parents 7eb15fe + d7d6893 commit f3976e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/assets/less/overrides.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ input[name="columnsSearch"] {
12751275
}
12761276

12771277
.callout.callout-legend h4 {
1278+
color: #333;
12781279
font-size: 16px;
12791280
font-weight: bold;
12801281
margin-top: 5px;
@@ -1288,7 +1289,8 @@ input[name="columnsSearch"] {
12881289
}
12891290

12901291
p.callout-subtext {
1291-
margin-top: 5px;
1292+
color:#333;
1293+
margin-top: 5px;
12921294
}
12931295

12941296
p.callout-subtext a:hover, p.callout-subtext a:visited, p.callout-subtext a:link {

0 commit comments

Comments
 (0)