diff --git a/docs/doc-fragments/buildYourOwnFlavor.js b/docs/doc-fragments/buildYourOwnFlavor.js index 631f782..0cb9cdb 100644 --- a/docs/doc-fragments/buildYourOwnFlavor.js +++ b/docs/doc-fragments/buildYourOwnFlavor.js @@ -233,6 +233,104 @@ module.exports = { +

Input control module

+

The Input control module contains styling rules for forms, input elements and buttons. This module is not always enabled, but it's highly recommended that you enable it, as some other components depend on its functionality to work properly.

+
+
+ + +
+
+ Forms & input +
+ + + +

Foreground color for forms

+
+
+ + + +

Background color for forms

+
+
+ + + +

Border color for forms

+
+
+ + + +

Foreground color for input elements

+
+
+ + + +

Background color for input elements

+
+
+ + + +

Border color for input elements

+
+
+ + + +

Border color for focused input elements

+
+
+ + + +

Border color for invalid input elements

+
+
+
+ Buttons +
+ + + +

Foreground color for buttons

+
+
+ + + +

Background color for buttons

+
+
+ + + +

Border color for buttons

+
+
+ + + +

Background color for buttons

+
+
+ + + +

Border color for buttons

+
+
+ + + +

Border color for buttons

+
+
+
`, diff --git a/docs/v3/DEVLOG.md b/docs/v3/DEVLOG.md index 6ceb33b..59d5401 100644 --- a/docs/v3/DEVLOG.md +++ b/docs/v3/DEVLOG.md @@ -319,3 +319,7 @@ ## 20180502 - Coded the `layout` module's inputs for the flavors page. + +## 20180503 + +- Coded the `input_control` module's inputs for the flavors page. diff --git a/docs/v3/flavors.html b/docs/v3/flavors.html index 4116ea8..e3c3bac 100644 --- a/docs/v3/flavors.html +++ b/docs/v3/flavors.html @@ -257,6 +257,104 @@ +

Input control module

+

The Input control module contains styling rules for forms, input elements and buttons. This module is not always enabled, but it's highly recommended that you enable it, as some other components depend on its functionality to work properly.

+
+
+ + +
+
+ Forms & input +
+ + + +

Foreground color for forms

+
+
+ + + +

Background color for forms

+
+
+ + + +

Border color for forms

+
+
+ + + +

Foreground color for input elements

+
+
+ + + +

Background color for input elements

+
+
+ + + +

Border color for input elements

+
+
+ + + +

Border color for focused input elements

+
+
+ + + +

Border color for invalid input elements

+
+
+
+ Buttons +
+ + + +

Foreground color for buttons

+
+
+ + + +

Background color for buttons

+
+
+ + + +

Border color for buttons

+
+
+ + + +

Background color for buttons

+
+
+ + + +

Border color for buttons

+
+
+ + + +

Border color for buttons

+
+
+