aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/dashboard/searchable_select_multiple.html
diff options
context:
space:
mode:
authorJacob Hodgdon <jhodgdon@iol.unh.edu>2021-05-14 15:42:56 -0400
committerJacob Hodgdon <jhodgdon@iol.unh.edu>2021-05-25 17:55:19 -0400
commit17b6c7809771ac8bf3879add033d2169f671591a (patch)
tree091074c3eda39d4d8899058c7b06e96428cf82d6 /src/templates/base/dashboard/searchable_select_multiple.html
parent8086a7aa9aa95d5af341b67cba85b1377a168b98 (diff)
Color fixes for rebrandemail-beautification
Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu> Change-Id: I5cf4ede598afa377db7ecec17d8dfef085e130ac
Diffstat (limited to 'src/templates/base/dashboard/searchable_select_multiple.html')
-rw-r--r--src/templates/base/dashboard/searchable_select_multiple.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base/dashboard/searchable_select_multiple.html b/src/templates/base/dashboard/searchable_select_multiple.html
index f7fd189..4d996e5 100644
--- a/src/templates/base/dashboard/searchable_select_multiple.html
+++ b/src/templates/base/dashboard/searchable_select_multiple.html
@@ -1,6 +1,6 @@
<div id="search_select_outer" class="d-flex flex-column">
{% if incompatible == "true" %}
- <div class="alert alert-danger" role="alert">
+ <div class="alert alert-danger alertAnuket" role="alert">
<h3>Warning: Incompatible Configuration</h3>
<p>Please make a different selection, as the current config conflicts with the selected pod</p>
</div>