Merge pull request #12502 from squeek502/autodoc-fields-light-mode
autodoc: Fix border color around field docs in light mode
This commit is contained in:
@@ -290,7 +290,7 @@
|
||||
}
|
||||
|
||||
.fieldDocs {
|
||||
border: 1px solid #2A2A2A;
|
||||
border: 1px solid #F5F5F5;
|
||||
border-top: 0px;
|
||||
padding: 1px 1em;
|
||||
}
|
||||
@@ -414,6 +414,9 @@
|
||||
.docs pre {
|
||||
background-color:#2A2A2A;
|
||||
}
|
||||
.fieldDocs {
|
||||
border-color:#2A2A2A;
|
||||
}
|
||||
#listNav {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user