diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index d2c6dbc0f..37cdaff26 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -207,7 +207,7 @@ textarea { #context-menu, #reminder, -p.confirm-message, +.confirm-message, div#validation-bar{ background-color: $ishtar-secondary-color; color: $dark-secondary-color; @@ -217,7 +217,7 @@ div#validation-bar{ padding: 0.6em 1em 0.1em 1em; } -p.confirm-message{ +.confirm-message{ text-align:center; margin: 0; padding: 0.5rem; |