diff options
author | polo <ordipolo@gmx.fr> | 2025-08-11 06:25:39 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-08-11 06:25:39 +0200 |
commit | d7468fc363b5d028db84373d4abfa6d7d19bacb9 (patch) | |
tree | 0235e6c7520bb16b939f3e753ccd45c94bfaef28 /public/css/form.css | |
parent | 90673ef19133e037cf401773f4262ba3d7d050bf (diff) | |
download | cms-d7468fc363b5d028db84373d4abfa6d7d19bacb9.zip |
nouveau routeur! et contrôleurs et vues pour la connexion et la gestion du compte, début d'utilisation de Request et Responsemain
Diffstat (limited to 'public/css/form.css')
-rw-r--r-- | public/css/form.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/public/css/form.css b/public/css/form.css index 84c73ac..5bfa768 100644 --- a/public/css/form.css +++ b/public/css/form.css | |||
@@ -14,20 +14,6 @@ | |||
14 | .form .full_width_column{ | 14 | .form .full_width_column{ |
15 | grid-column: 1 / span 2; | 15 | grid-column: 1 / span 2; |
16 | } | 16 | } |
17 | .form_inputs input[type=submit] | ||
18 | { | ||
19 | color: #ff1d04; | ||
20 | font-size: medium; | ||
21 | border-radius: 4px; | ||
22 | background-color: white; | ||
23 | border: lightgrey 2px outset; | ||
24 | } | ||
25 | .form_inputs input[type=submit]:hover | ||
26 | { | ||
27 | background-color: yellow; | ||
28 | border-radius: 4px; | ||
29 | cursor: pointer; | ||
30 | } | ||
31 | 17 | ||
32 | .no_recipient_warning{ | 18 | .no_recipient_warning{ |
33 | color: red; | 19 | color: red; |