From 67e170d4a65296a39211ed618695777650cd5266 Mon Sep 17 00:00:00 2001 From: ourspalois Date: Sat, 22 May 2021 11:30:11 +0200 Subject: [PATCH] Bonjour c le changement de couleur --- note_kfet/static/css/custom.css | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index 1f7cf763..dfe8bc8f 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -81,16 +81,30 @@ body { .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { color: #fff; - background-color: rgb(0, 119, 139); - border-color: rgb(0, 119, 139); + background-color: rgb(18, 67, 46); + border-color: rgb(18, 67, 46); } .btn-outline-primary { - color: rgb(0, 119, 139); + color: rgb(18, 67, 46); background-color: rgba(248, 249, 250, 0.9); - border-color: rgb(0, 119, 139); + border-color: rgb(18, 67, 46); } .turbolinks-progress-bar { - background-color: #01D3FB; -} \ No newline at end of file + background-color: #12432E; +} + +.btn-primary:hover, +.btn-primary:not(:disabled):not(.disabled).active, +.btn-primary:not(:disabled):not(.disabled):active { + color: #fff; + background-color: rgb(18, 67, 46); + border-color: rgb(18, 67, 46); +} + +.btn-primary { + color: rgba(248, 249, 250, 0.9); + background-color: rgb(28, 114, 10); + border-color: rgb(18, 67, 46); +}