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; }
|
||||
|
||||
/* Fix for toggleables elements when disabled */
|
||||
#blueprints input[type=radio].highlight + label {
|
||||
#blueprints input[type=radio].highlight:checked + label {
|
||||
background-color: #41bea8;
|
||||
color: white; }
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -213,7 +213,7 @@
|
||||
}
|
||||
|
||||
/* 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);
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user