Drop unneeded CSS

This commit is contained in:
Flavio Copes
2015-08-07 19:09:45 +02:00
parent 3d3cb42611
commit 6dd80cb06d
3 changed files with 1 additions and 23 deletions

View File

@@ -1474,16 +1474,6 @@ tr {
.switch-toggle input[type="radio"] {
display: none !important; }
/* Fix for toggleables elements when disabled */
#blueprints input[type=radio].highlight:checked + label {
background-color: #41bea8;
color: white; }
/* Fix for toggleables elements when disabled */
#blueprints div.checked input[type=radio][value="1"]:not(:checked) + label {
background-color: white;
color: gray; }
/*
* Remodal - v0.2.0
* Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.

File diff suppressed because one or more lines are too long

View File

@@ -211,15 +211,3 @@
.switch-toggle input[type="radio"] {
display: none!important;
}
/* Fix for toggleables elements when disabled */
#blueprints input[type=radio].highlight:checked + label {
background-color: rgb(65, 190, 168);
color: white;
}
/* Fix for toggleables elements when disabled */
#blueprints div.checked input[type=radio][value="1"]:not(:checked) + label {
background-color: white;
color: gray;
}