diff options
author | polo <ordipolo@gmx.fr> | 2025-07-04 10:29:45 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-07-04 10:29:45 +0200 |
commit | 3104104e838b7d57de49daba0178b1aefe646548 (patch) | |
tree | 8af33f7bb83ccfef04b6e82a0fcd687ef475d455 /public/css/form.css | |
parent | 2d7bacce891eab0adb0263d598bfe44418788f42 (diff) | |
download | cms-3104104e838b7d57de49daba0178b1aefe646548.zip |
formulaire de contact 4
Diffstat (limited to 'public/css/form.css')
-rw-r--r-- | public/css/form.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/form.css b/public/css/form.css index d317360..84c73ac 100644 --- a/public/css/form.css +++ b/public/css/form.css | |||
@@ -24,7 +24,7 @@ | |||
24 | } | 24 | } |
25 | .form_inputs input[type=submit]:hover | 25 | .form_inputs input[type=submit]:hover |
26 | { | 26 | { |
27 | background-color: #ffff00; | 27 | background-color: yellow; |
28 | border-radius: 4px; | 28 | border-radius: 4px; |
29 | cursor: pointer; | 29 | cursor: pointer; |
30 | } | 30 | } |