diff --git a/apps/note/templates/note/transaction_form.html b/apps/note/templates/note/transaction_form.html index 1db20683..dc5afbda 100644 --- a/apps/note/templates/note/transaction_form.html +++ b/apps/note/templates/note/transaction_form.html @@ -57,7 +57,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
- {% for special_type in special_types %} {% endfor %} @@ -84,7 +84,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
- {% for special_type in special_types %} {% endfor %} diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index cbd34b07..90ccf818 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -108,3 +108,26 @@ body { background-color: rgb(28, 114, 10); border-color: rgb(18, 67, 46); } + +.border-primary { + border-color: rgb(28, 114, 10) !important; +} + +a { + color: rgb(28, 114, 10); +} + +a:hover { + color: rgb(122, 163, 75); +} + +.form-control:focus { + box-shadow: 0 0 0 0.25rem rgba(122, 163, 75, 0.25); + border-color: rgb(122, 163, 75); +} + +.btn-outline-primary.focus { + box-shadow: 0 0 0 0.25rem rgba(122, 163, 75, 0.5); +} + +