[UPDT] STATIC: Updated sweetalert cancel and confirm button style
This commit is contained in:
1559
static/build/css/sweetalert2.min.css
vendored
Normal file
1559
static/build/css/sweetalert2.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -726,3 +726,9 @@ form label {
|
||||
#faqContainer .oh-faq_search--icon{
|
||||
top:17px;
|
||||
}
|
||||
.swal2-styled.swal2-confirm{
|
||||
background-color: rgb(0, 128, 0);
|
||||
}
|
||||
.swal2-styled.swal2-cancel{
|
||||
background-color : rgb(221, 51, 51);
|
||||
}
|
||||
|
||||
@@ -29,12 +29,13 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="stylesheet" href="{% static 'build/css/style.min.css' %}" />
|
||||
<link rel="stylesheet" href="{% static 'build/css/sweetalert2.min.css' %}" />
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'build/css/summernote-lite.min.css' %}" />
|
||||
<link rel="stylesheet" href="{% static 'build/css/orgChart.css' %}" />
|
||||
<link rel="stylesheet" href="{% static '/jquery/jqueryui.css' %}">
|
||||
<script src="{% static '/jquery/ajax.js' %}"></script>
|
||||
<script src="{% static '/jquery/jquery.min.js' %}"></script>
|
||||
<link rel="stylesheet" href="{% static '/jquery/jqueryui.css' %}">
|
||||
<script src="{% static '/jquery/jqueryui.js' %}"></script>
|
||||
<script src="{% static '/base/toggleColumn.js' %}"></script>
|
||||
<script src="{% static '/build/js/orgChart.js' %}"></script>
|
||||
|
||||
Reference in New Issue
Block a user