Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion docs/api/apiDocStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ td.pr {
text-align: center;
}

.m_patch .m {
color: white;
background-color: #88008f;
text-align: center;
}

.m_get .p {
color: black;
background-color: #e7f0f7;
Expand Down Expand Up @@ -123,6 +129,13 @@ td.pr {
border: 1px #efd5d6 solid;
}

.m_patch .p {
color: black;
background-color: #f4e8f5;
text-align: left;
border: 1px #e9d5ef solid;
}

.m_get .d {
color: black;
background-color: #ffffff;
Expand Down Expand Up @@ -151,6 +164,13 @@ td.pr {
border: 1px #efd5d6 solid;
}

.m_patch .d {
color: black;
background-color: #ffffff;
text-align: left;
border: 1px #eed5ef solid;
}

.m {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
Expand All @@ -160,7 +180,7 @@ td.pr {
pre.m_desc, pre.c_desc {
white-space: pre-wrap;
word-wrap:break-word;
margin-left: 10px;
margin-left: 10px;
}

th {
Expand Down Expand Up @@ -241,6 +261,18 @@ span.list:hover, span.expand:hover, span#listAll:hover, span#expandAll:hover, sp
font-style: italic;
}

.rateLimited {
margin-left: 10px;
color: orange;
font-style: italic;
}

.scoped {
margin-left: 10px;
color: #3344FF;
font-style: italic;
}

span.list:hover, span.expand:hover {
color: #6e6f70;
}
Expand All @@ -261,6 +293,10 @@ span.list:hover, span.expand:hover {
color: #a3201c;
}

.fs:hover .rel.m_patch {
color: #88008f;
}

.c_det {
display: none;
}
Expand Down
Loading