From 07b68cd5b5b5ed4f1f46da2b310357aaf2e89611 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Mon, 13 Aug 2018 18:30:16 +0100 Subject: [PATCH] Text background color --- webadmin/EN/add_app_confirm_template.html | 2 ++ webadmin/EN/app_add_template.html | 2 ++ webadmin/EN/app_template.html | 2 ++ webadmin/EN/backup_confirm.html | 2 ++ webadmin/EN/backup_keys_confirm.html | 2 ++ webadmin/EN/blocking_template.html | 2 ++ webadmin/EN/format_confirm.html | 2 ++ webadmin/EN/new_user.html | 2 ++ webadmin/EN/new_user_confirm_template.html | 2 ++ webadmin/EN/new_user_invalid.html | 2 ++ webadmin/EN/password_confirm_template.html | 2 ++ webadmin/EN/remove_app_confirm_template.html | 2 ++ webadmin/EN/remove_user_confirm_template.html | 2 ++ webadmin/EN/removing_user.html | 2 ++ webadmin/EN/restore_confirm.html | 2 ++ webadmin/EN/restore_keys_confirm.html | 2 ++ webadmin/EN/setup.html | 2 ++ webadmin/EN/setup_confirm_template.html | 2 ++ webadmin/EN/setup_domain.html | 2 ++ 19 files changed, 38 insertions(+) diff --git a/webadmin/EN/add_app_confirm_template.html b/webadmin/EN/add_app_confirm_template.html index f893b6952..d795a258a 100644 --- a/webadmin/EN/add_app_confirm_template.html +++ b/webadmin/EN/add_app_confirm_template.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/app_add_template.html b/webadmin/EN/app_add_template.html index ba2b7e061..3fa2511c6 100644 --- a/webadmin/EN/app_add_template.html +++ b/webadmin/EN/app_add_template.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/app_template.html b/webadmin/EN/app_template.html index 44b7cc0bd..04834adb4 100644 --- a/webadmin/EN/app_template.html +++ b/webadmin/EN/app_template.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/backup_confirm.html b/webadmin/EN/backup_confirm.html index a90617355..180257495 100644 --- a/webadmin/EN/backup_confirm.html +++ b/webadmin/EN/backup_confirm.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/backup_keys_confirm.html b/webadmin/EN/backup_keys_confirm.html index b48d4d6b5..ec9c795e5 100644 --- a/webadmin/EN/backup_keys_confirm.html +++ b/webadmin/EN/backup_keys_confirm.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/blocking_template.html b/webadmin/EN/blocking_template.html index 6fd7b23bb..f0238d116 100644 --- a/webadmin/EN/blocking_template.html +++ b/webadmin/EN/blocking_template.html @@ -28,6 +28,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/format_confirm.html b/webadmin/EN/format_confirm.html index c48663cda..5b913f793 100644 --- a/webadmin/EN/format_confirm.html +++ b/webadmin/EN/format_confirm.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/new_user.html b/webadmin/EN/new_user.html index 7c2c1b300..c96bd601d 100644 --- a/webadmin/EN/new_user.html +++ b/webadmin/EN/new_user.html @@ -44,6 +44,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/new_user_confirm_template.html b/webadmin/EN/new_user_confirm_template.html index c65a606f0..c18eb70be 100644 --- a/webadmin/EN/new_user_confirm_template.html +++ b/webadmin/EN/new_user_confirm_template.html @@ -44,6 +44,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/new_user_invalid.html b/webadmin/EN/new_user_invalid.html index c657c78af..39b0ab279 100644 --- a/webadmin/EN/new_user_invalid.html +++ b/webadmin/EN/new_user_invalid.html @@ -44,6 +44,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/password_confirm_template.html b/webadmin/EN/password_confirm_template.html index d3bba40c0..9f748ca7a 100644 --- a/webadmin/EN/password_confirm_template.html +++ b/webadmin/EN/password_confirm_template.html @@ -44,6 +44,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/remove_app_confirm_template.html b/webadmin/EN/remove_app_confirm_template.html index b0866378b..cbe225c23 100644 --- a/webadmin/EN/remove_app_confirm_template.html +++ b/webadmin/EN/remove_app_confirm_template.html @@ -28,6 +28,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/remove_user_confirm_template.html b/webadmin/EN/remove_user_confirm_template.html index eac6b5aa9..afc564d8a 100644 --- a/webadmin/EN/remove_user_confirm_template.html +++ b/webadmin/EN/remove_user_confirm_template.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/removing_user.html b/webadmin/EN/removing_user.html index 10ed6c6b3..c31d6a9fa 100644 --- a/webadmin/EN/removing_user.html +++ b/webadmin/EN/removing_user.html @@ -44,6 +44,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/restore_confirm.html b/webadmin/EN/restore_confirm.html index 430b563ab..295e9169c 100644 --- a/webadmin/EN/restore_confirm.html +++ b/webadmin/EN/restore_confirm.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/restore_keys_confirm.html b/webadmin/EN/restore_keys_confirm.html index f67d38f91..fc8b074e4 100644 --- a/webadmin/EN/restore_keys_confirm.html +++ b/webadmin/EN/restore_keys_confirm.html @@ -36,6 +36,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/setup.html b/webadmin/EN/setup.html index d5d96c2bc..e3656b269 100644 --- a/webadmin/EN/setup.html +++ b/webadmin/EN/setup.html @@ -45,6 +45,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/setup_confirm_template.html b/webadmin/EN/setup_confirm_template.html index 70f4b750d..87d06585b 100644 --- a/webadmin/EN/setup_confirm_template.html +++ b/webadmin/EN/setup_confirm_template.html @@ -45,6 +45,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { diff --git a/webadmin/EN/setup_domain.html b/webadmin/EN/setup_domain.html index 020aceb72..e932b2c6e 100644 --- a/webadmin/EN/setup_domain.html +++ b/webadmin/EN/setup_domain.html @@ -45,6 +45,8 @@ width: 90%; clear: both; text-align: center; + color: black; + background-color: lightblue; } .appurl { -- GitLab