aboutsummaryrefslogtreecommitdiff
path: root/docs/css/api-docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css/api-docs.css')
-rw-r--r--docs/css/api-docs.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/css/api-docs.css b/docs/css/api-docs.css
new file mode 100644
index 0000000000..b2d1d7f869
--- /dev/null
+++ b/docs/css/api-docs.css
@@ -0,0 +1,18 @@
+/* Dynamically injected style for the API docs */
+
+.developer {
+ background-color: #44751E;
+}
+
+.experimental {
+ background-color: #257080;
+}
+
+.alphaComponent {
+ background-color: #bb0000;
+}
+
+.badge {
+ font-family: Arial, san-serif;
+ float: right;
+}