diff --git a/index.html b/index.html
index eb537ede..09615e19 100755
--- a/index.html
+++ b/index.html
@@ -1154,6 +1154,18 @@ $("#tags").select2({
they will be converted into an object that has an id
and text
attribute equal
to the value of the string
.
+
containerCss | function/string |
+ Inline css that will be added to select2's container
+ |
+ containerCssClass | function/string |
+ Css class that will be added to select2's container tag
+ |
+ dropdownCss | function/string |
+ Inline css that will be added to select2's dropdown container
+ |
+ dropdownCssClass | function/string |
+ Css class that will be added to select2's dropdown container
+ |
diff --git a/select2-latest.html b/select2-latest.html
index 683f1487..93f90a20 100755
--- a/select2-latest.html
+++ b/select2-latest.html
@@ -1155,6 +1155,18 @@ $("#tags").select2({
they will be converted into an object that has an
id
and
text
attribute equal
to the value of the
string
.
+
containerCss | function/string |
+ Inline css that will be added to select2's container
+ |
+
containerCssClass | function/string |
+ Css class that will be added to select2's container tag
+ |
+
dropdownCss | function/string |
+ Inline css that will be added to select2's dropdown container
+ |
+
dropdownCssClass | function/string |
+ Css class that will be added to select2's dropdown container
+ |