mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-12 16:26:07 +01:00
Only apply color to checked element
This commit is contained in:
@@ -1475,7 +1475,7 @@ tr {
|
|||||||
display: none !important; }
|
display: none !important; }
|
||||||
|
|
||||||
/* Fix for toggleables elements when disabled */
|
/* Fix for toggleables elements when disabled */
|
||||||
#blueprints input[type=radio].highlight + label {
|
#blueprints input[type=radio].highlight:checked + label {
|
||||||
background-color: #41bea8;
|
background-color: #41bea8;
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -213,7 +213,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Fix for toggleables elements when disabled */
|
/* Fix for toggleables elements when disabled */
|
||||||
#blueprints input[type=radio].highlight + label {
|
#blueprints input[type=radio].highlight:checked + label {
|
||||||
background-color: rgb(65, 190, 168);
|
background-color: rgb(65, 190, 168);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user