update toggle
This commit is contained in:
parent
a219fc863a
commit
42a332a9b3
2 changed files with 8 additions and 8 deletions
|
@ -14,12 +14,12 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"version": "1.4.252",
|
"version": "1.4.253",
|
||||||
"_release": "1.4.252",
|
"_release": "1.4.253",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "1.4.252",
|
"tag": "1.4.253",
|
||||||
"commit": "05ef5c9690e73f86f9adc9177c1d1565daa04745"
|
"commit": "858cc490a36d41641aed43e556944f803d5f083a"
|
||||||
},
|
},
|
||||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||||
"_target": "^1.2.1",
|
"_target": "^1.2.1",
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__track {
|
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__track {
|
||||||
background: rgba(204,51,51, 0.5);
|
background: rgba(82,181,75, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-switch__input[disabled] + .mdl-switch__label + .mdl-switch__track {
|
.mdl-switch__input[disabled] + .mdl-switch__label + .mdl-switch__track {
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__track + .mdl-switch__thumb {
|
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__track + .mdl-switch__thumb {
|
||||||
background: rgb(204,51,51);
|
background: rgb(82,181,75);
|
||||||
left: 1.146em;
|
left: 1.146em;
|
||||||
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
|
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
|
||||||
}
|
}
|
||||||
|
@ -105,8 +105,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-switch__input:checked:focus + .mdl-switch__label + .mdl-switch__track + .mdl-switch__thumb > .mdl-switch__focus-helper {
|
.mdl-switch__input:checked:focus + .mdl-switch__label + .mdl-switch__track + .mdl-switch__thumb > .mdl-switch__focus-helper {
|
||||||
box-shadow: 0 0 0px 20px rgba(204,51,51, 0.26);
|
box-shadow: 0 0 0px 20px rgba(82,181,75, 0.26);
|
||||||
background-color: rgba(204,51,51, 0.26);
|
background-color: rgba(82,181,75, 0.26);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-switch__label {
|
.mdl-switch__label {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue