mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-09 09:02:59 +01:00
Drop unneeded CSS
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user