From 0ffbdca9ad4495124c386ab84fd15c55214e6809 Mon Sep 17 00:00:00 2001 From: newick Date: Mon, 26 Nov 2018 10:41:00 +0100 Subject: [PATCH] ajout du style de bouton primary --- public/dates.html | 2 +- public/index.html | 4 ++-- public/notifications.html | 2 +- public/parametres.html | 2 +- public/recapitulatif.html | 2 +- public/responses-content.html | 2 +- public/responses.html | 4 ++-- public/search-poll.html | 2 +- public/style.css | 9 +++++++++ 9 files changed, 19 insertions(+), 10 deletions(-) diff --git a/public/dates.html b/public/dates.html index da18420c..3207bdb4 100644 --- a/public/dates.html +++ b/public/dates.html @@ -51,7 +51,7 @@ diff --git a/public/index.html b/public/index.html index 15f0b2a9..3a1b4ab7 100644 --- a/public/index.html +++ b/public/index.html @@ -21,13 +21,13 @@

Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement.

- C'est parti + C'est parti

Où sont mes sondages ?

-

Vous ne savez plus où sont vos sondages ? C’est par ici que ça se passe !

+

Vous ne savez plus où sont vos sondages ? C’est par ici que ça se passe !

diff --git a/public/notifications.html b/public/notifications.html index a17e1fb5..b41b7bbe 100644 --- a/public/notifications.html +++ b/public/notifications.html @@ -69,7 +69,7 @@ diff --git a/public/parametres.html b/public/parametres.html index b245230e..b24d974a 100644 --- a/public/parametres.html +++ b/public/parametres.html @@ -35,7 +35,7 @@ diff --git a/public/recapitulatif.html b/public/recapitulatif.html index cb7cff4b..13554803 100644 --- a/public/recapitulatif.html +++ b/public/recapitulatif.html @@ -49,7 +49,7 @@ diff --git a/public/responses-content.html b/public/responses-content.html index da9d6056..974f8301 100644 --- a/public/responses-content.html +++ b/public/responses-content.html @@ -27,7 +27,7 @@ diff --git a/public/responses.html b/public/responses.html index d1ede1c7..688c9eec 100644 --- a/public/responses.html +++ b/public/responses.html @@ -34,8 +34,8 @@ diff --git a/public/search-poll.html b/public/search-poll.html index cffac5d0..0fb48d31 100644 --- a/public/search-poll.html +++ b/public/search-poll.html @@ -23,7 +23,7 @@ diff --git a/public/style.css b/public/style.css index a12336c6..ece16146 100644 --- a/public/style.css +++ b/public/style.css @@ -43,6 +43,15 @@ button:hover, text-decoration: none; } +.btn.btn-primary { + color: #fff; + background-color: #4a90e2; +} +.btn.btn-primary:hover { + color: #4a90e2; + background-color: #fff; +} + .btn-no-style { display: inline-block; width: auto;