From dc0f3dbcef2608313a16a9c8571baf2fdbaa5ca1 Mon Sep 17 00:00:00 2001 From: ourspalois Date: Sat, 22 May 2021 12:19:29 +0200 Subject: [PATCH 1/3] Changement de couleur 3.0 --- note_kfet/static/css/custom.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index cbd34b07..c28cac3e 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -108,3 +108,24 @@ 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-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(122, 163, 75, 0.5); +} From 4166823d5506eb8db4e1ebb858edacc36bf05d47 Mon Sep 17 00:00:00 2001 From: ourspalois Date: Sat, 22 May 2021 12:29:02 +0200 Subject: [PATCH 2/3] couleurs 3.0 --- apps/note/templates/note/transaction_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} From c4c4e9594ff7c74eec0efc0ef254b964f00957cd Mon Sep 17 00:00:00 2001 From: ourspalois Date: Sat, 22 May 2021 12:34:31 +0200 Subject: [PATCH 3/3] couleur 4.0 --- note_kfet/static/css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index c28cac3e..90ccf818 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -126,6 +126,8 @@ a:hover { border-color: rgb(122, 163, 75); } -.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { +.btn-outline-primary.focus { box-shadow: 0 0 0 0.25rem rgba(122, 163, 75, 0.5); } + +