Skip to content

Commit

Permalink
Merge pull request #1334 from yogeshojha/1333-bug-fix-ui-typos
Browse files Browse the repository at this point in the history
UI Typos and bug Fixes #1333
  • Loading branch information
yogeshojha authored Jul 28, 2024
2 parents 430c15b + 1780d16 commit 756b434
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 2,663 deletions.
2 changes: 1 addition & 1 deletion web/startScan/templates/organization/start_scan.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="card-body">
<h4 class="heading-title">{{ domain_list|length }} Domains associated with organization {{organization.name}}</h4>
{% for domain in domain_list %}
<span class="badge bg-dark m-1">{{domain.name}}</span>
<span class="badge bg-soft-dark text-dark m-1">{{domain.name}}</span>
{% endfor %}
<form method="POST">
{% csrf_token %}
Expand Down
12 changes: 8 additions & 4 deletions web/static/custom/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,15 @@ input[type="color"]:focus,
}

input[type="text"][disabled] {
background-color: #dddddd;
background-color: #E0E0E0;
color: #6C6C6C;
border-color: #BDBDBD;
}

form-control:disabled, .form-control[readonly]{
background-color: #dddddd;
.form-control:disabled, .form-control[readonly] {
background-color: #E0E0E0;
color: #6C6C6C;
border-color: #BDBDBD;
}

.accordion-item{
Expand Down Expand Up @@ -390,4 +394,4 @@ mark{
.tab-content .card-body {
padding-left: 0.8rem !important;
padding-right: 0.8rem !important;
}
}
24 changes: 4 additions & 20 deletions web/static/plugins/accordions/custom-accordions.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
===============================
@Import Function
===============================
*/
/*
===============================
@Import Mixins
===============================
*/
h1, h2, h3, h4, h5, h6 {
color: #3b3f5c; }

/*
Basic
*/
.card {
border: 1px solid #d3d3d3;
border-radius: 6px;
Expand Down Expand Up @@ -68,8 +52,8 @@ h1, h2, h3, h4, h5, h6 {
.card .card-body ul li a:hover {
color: #4361ee; }

/*
No Outer Spacing
/*
No Outer Spacing
*/
.no-outer-spacing {
border: 1px solid #d3d3d3;
Expand All @@ -89,8 +73,8 @@ h1, h2, h3, h4, h5, h6 {
.no-outer-spacing .card-header section > div:not(.collapsed) {
border-bottom: none; }

/*
Accordin with Icons
/*
Accordin with Icons
*/
.accordion-icons .accordion-icon {
display: inline-block;
Expand Down
10 changes: 4 additions & 6 deletions web/static/plugins/jquery-step/jquery.steps.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
position: absolute;
left: -999em; }

/*
Wizard
/*
Wizard
*/
.wizard > .steps {
position: relative;
Expand Down Expand Up @@ -183,8 +183,8 @@
background: #ebedf2;
color: #888ea8; }

/*
Tabcontrol
/*
Tabcontrol
*/
.tabcontrol > .steps {
position: relative;
Expand Down Expand Up @@ -427,13 +427,11 @@
border: solid 1px #bfc9d4; }

.pill.wizard > .steps a {
border-bottom: 2px solid #f1f2f3;
font-size: 15px;
font-weight: 600;
margin-right: 6px;
border-radius: 20px; }
.pill.wizard > .steps a:hover, .pill.wizard > .steps a:active {
border-bottom: 2px solid #f1f2f3;
font-size: 15px;
font-weight: 600;
margin-right: 6px;
Expand Down
Loading

0 comments on commit 756b434

Please sign in to comment.