mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 13:17:03 +03:00
dist 0.5.8
This commit is contained in:
parent
d5b2158a0d
commit
1512572291
10
dist/css/bootstrap-material-design.css
vendored
10
dist/css/bootstrap-material-design.css
vendored
|
@ -2617,7 +2617,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
||||||
}
|
}
|
||||||
.dropdown-menu .divider {
|
.dropdown-menu .divider {
|
||||||
background-color: rgba(229, 229, 229, 0.12);
|
background-color: rgba(0, 0, 0, 0.12);
|
||||||
}
|
}
|
||||||
.dropdown-menu li {
|
.dropdown-menu li {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -3245,15 +3245,15 @@ hr.on-light {
|
||||||
.selectize-control.multi .selectize-input.input-active:after {
|
.selectize-control.multi .selectize-input.input-active:after {
|
||||||
right: 5px;
|
right: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 7px;
|
font-size: 25px;
|
||||||
content: "\e894";
|
content: "\e5c5";
|
||||||
font-family: "Material-Design-Icons";
|
font-family: 'Material Icons';
|
||||||
speak: none;
|
speak: none;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 4;
|
line-height: 1;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
2
dist/css/bootstrap-material-design.css.map
vendored
2
dist/css/bootstrap-material-design.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-material-design.min.css
vendored
2
dist/css/bootstrap-material-design.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -57,7 +57,7 @@ legend {
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
||||||
.divider {
|
.divider {
|
||||||
background-color: rgba(229, 229, 229, 0.12);
|
background-color: rgba(0, 0, 0, .12);
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -21,15 +21,15 @@
|
||||||
&:after {
|
&:after {
|
||||||
right: 5px;
|
right: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 7px;
|
font-size: 25px;
|
||||||
content: "\e894";
|
content: "\e5c5";
|
||||||
font-family: "Material-Design-Icons";
|
font-family: 'Material Icons';
|
||||||
speak: none;
|
speak: none;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 4;
|
line-height: 1;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user