From dfe1cbf2465c7cc6a1d434e54d760064a7bac307 Mon Sep 17 00:00:00 2001 From: Misode Date: Tue, 18 Jun 2019 15:52:01 +0200 Subject: [PATCH] Change card background colors and restructure parenting --- custom.css | 27 ++++++++ index.html | 59 ++++++++-------- script.js | 195 ++++++++++++++++++++++++++++++++++++++--------------- 3 files changed, 193 insertions(+), 88 deletions(-) create mode 100644 custom.css diff --git a/custom.css b/custom.css new file mode 100644 index 00000000..99ed569d --- /dev/null +++ b/custom.css @@ -0,0 +1,27 @@ +.bg-info { + background-color: #91cdd6 !important; +} + +.bg-success { + background-color: #91d8a1 !important; +} + +.bg-secondary { + background-color: #adb5bd !important; +} + +.bg-dark { + background-color: #646b72 !important; +} + +.dropdown-item { + cursor: pointer; +} +textarea.invalid { + border-color: red !important; +} +.scrollable-menu { + height: auto; + max-height: 300px; + overflow-x: hidden; +} diff --git a/index.html b/index.html index 9e070992..c9582557 100644 --- a/index.html +++ b/index.html @@ -5,19 +5,7 @@ Loot Table Generator - +