mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 09:46:06 +01:00
Added badge color for n/a in lang
This commit is contained in:
2
themes/grav/css-compiled/preset.css
vendored
2
themes/grav/css-compiled/preset.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1885,6 +1885,11 @@ body .bootstrap-datetimepicker-widget {
|
|||||||
background-color: $update-bg;
|
background-color: $update-bg;
|
||||||
color: $update-text;
|
color: $update-text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.not-available {
|
||||||
|
background-color: $nav-selected-bg;
|
||||||
|
color: $nav-selected-link;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user