mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-17 11:33:11 +03:00
improved dropdown.js support
This commit is contained in:
parent
a72b62b2d0
commit
d304f232bb
20
dist/css/material-wfont.css
vendored
20
dist/css/material-wfont.css
vendored
|
@ -6048,4 +6048,22 @@ icon-material-lightgrey {
|
||||||
.selectize-control.single .dropdown-active ~ .selectize-dropdown,
|
.selectize-control.single .dropdown-active ~ .selectize-dropdown,
|
||||||
.selectize-control.multi .dropdown-active ~ .selectize-dropdown {
|
.selectize-control.multi .dropdown-active ~ .selectize-dropdown {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.dropdownjs:after {
|
||||||
|
right: 5px;
|
||||||
|
top: 3px;
|
||||||
|
font-size: 25px;
|
||||||
|
position: absolute;
|
||||||
|
content: "\e894";
|
||||||
|
font-family: "Material-Design-Icons";
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
line-height: 1;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
pointer-events: none;
|
||||||
|
color: #757575;
|
||||||
|
}
|
||||||
|
|
2
dist/css/material-wfont.css.map
vendored
2
dist/css/material-wfont.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material-wfont.min.css
vendored
2
dist/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
20
dist/css/material.css
vendored
20
dist/css/material.css
vendored
|
@ -6041,4 +6041,22 @@ icon-material-lightgrey {
|
||||||
.selectize-control.single .dropdown-active ~ .selectize-dropdown,
|
.selectize-control.single .dropdown-active ~ .selectize-dropdown,
|
||||||
.selectize-control.multi .dropdown-active ~ .selectize-dropdown {
|
.selectize-control.multi .dropdown-active ~ .selectize-dropdown {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.dropdownjs:after {
|
||||||
|
right: 5px;
|
||||||
|
top: 3px;
|
||||||
|
font-size: 25px;
|
||||||
|
position: absolute;
|
||||||
|
content: "\e894";
|
||||||
|
font-family: "Material-Design-Icons";
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
line-height: 1;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
pointer-events: none;
|
||||||
|
color: #757575;
|
||||||
|
}
|
||||||
|
|
2
dist/css/material.css.map
vendored
2
dist/css/material.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
19
less/_plugin-dropdownjs.less
Normal file
19
less/_plugin-dropdownjs.less
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
.dropdownjs:after {
|
||||||
|
right: 5px;
|
||||||
|
top: 3px;
|
||||||
|
font-size: 25px;
|
||||||
|
position: absolute;
|
||||||
|
content: "\e894";
|
||||||
|
font-family: "Material-Design-Icons";
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
line-height: 1;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
pointer-events: none;
|
||||||
|
color: #757575;
|
||||||
|
|
||||||
|
}
|
|
@ -126,3 +126,4 @@ legend {
|
||||||
@import "_plugin-snackbarjs.less";
|
@import "_plugin-snackbarjs.less";
|
||||||
@import "_plugin-nouislider.less";
|
@import "_plugin-nouislider.less";
|
||||||
@import "_plugin-selectize.less";
|
@import "_plugin-selectize.less";
|
||||||
|
@import "_plugin-dropdownjs.less";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user