From 12fba639b26fb8750144fd4317146df495e77880 Mon Sep 17 00:00:00 2001 From: bucherda <bucherda@informatik.hu-berlin.de> Date: Sun, 29 Apr 2018 17:24:16 +0200 Subject: [PATCH] added: Updatefile for the Database, changed: link color in admin menu --- registration-system/other/update.sql | 3 +++ registration-system/view/admin_style.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 registration-system/other/update.sql diff --git a/registration-system/other/update.sql b/registration-system/other/update.sql new file mode 100644 index 0000000..59f3ef1 --- /dev/null +++ b/registration-system/other/update.sql @@ -0,0 +1,3 @@ +ALTER TABLE `fahrten` ADD `isSummer` TINYINT(1) NOT NULL DEFAULT '0' ; + +ALTER TABLE `bachelor` ADD `mGame` TINYINT(1) NOT NULL DEFAULT '1' , ADD `isOrga` TINYINT(1) NOT NULL DEFAULT '0' ; \ No newline at end of file diff --git a/registration-system/view/admin_style.css b/registration-system/view/admin_style.css index 686a691..7028a09 100644 --- a/registration-system/view/admin_style.css +++ b/registration-system/view/admin_style.css @@ -11,12 +11,12 @@ body{ a:link, a:visited { background-color:inherit; - color:#ff8400;; + color:#117733; text-decoration:none; } a:active, a:hover { background-color:inherit; - color:#ff6000; + color:#44AA99; text-decoration:none; } a[href ^= "http"]:after { -- GitLab