mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-04 20:36:03 +01:00
monospace styling for text-based cron field
This commit is contained in:
4
themes/grav/css-compiled/template.css
vendored
4
themes/grav/css-compiled/template.css
vendored
@@ -1512,6 +1512,10 @@ textarea.frontmatter {
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
|
||||
.cron-selector input {
|
||||
font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace !important;
|
||||
font-weight: bold !important; }
|
||||
|
||||
.cron-install {
|
||||
margin: 1rem;
|
||||
padding: 0;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -904,6 +904,14 @@ textarea.frontmatter {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.cron-selector {
|
||||
input {
|
||||
font-family: $monospace !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.cron-install {
|
||||
|
||||
margin: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user