diff options
| author | polo <ordipolo@gmx.fr> | 2025-10-22 15:28:02 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-10-22 15:28:02 +0200 |
| commit | c9aff025aa7e01badaad8467af6165b400cdaac4 (patch) | |
| tree | c6e56a3f13db401c9f75bf9f8e4169f50aaf25b9 /public/css/body.css | |
| parent | 426a1a69cb73007538336debc31b34c4348e1ba1 (diff) | |
| download | cms-c9aff025aa7e01badaad8467af6165b400cdaac4.tar.gz cms-c9aff025aa7e01badaad8467af6165b400cdaac4.tar.bz2 cms-c9aff025aa7e01badaad8467af6165b400cdaac4.zip | |
possibilité d'éditer le texte dans header et footer, class JS InputText, Model::findWhateverNode
Diffstat (limited to 'public/css/body.css')
| -rw-r--r-- | public/css/body.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/body.css b/public/css/body.css index 95f30d4..8ad3a52 100644 --- a/public/css/body.css +++ b/public/css/body.css | |||
| @@ -188,7 +188,7 @@ button .action_icon:hover | |||
| 188 | { | 188 | { |
| 189 | margin-right: 2px; | 189 | margin-right: 2px; |
| 190 | } | 190 | } |
| 191 | section button, section input[type=submit] | 191 | button, section input[type=submit] |
| 192 | { | 192 | { |
| 193 | color: #ff1d04; | 193 | color: #ff1d04; |
| 194 | font-size: medium; | 194 | font-size: medium; |
| @@ -196,7 +196,7 @@ section button, section input[type=submit] | |||
| 196 | background-color: white; | 196 | background-color: white; |
| 197 | border: lightgrey 2px outset; /* rend identiques les boutons firefox et chromium */ | 197 | border: lightgrey 2px outset; /* rend identiques les boutons firefox et chromium */ |
| 198 | } | 198 | } |
| 199 | section button:hover, section input[type=submit]:hover | 199 | button:hover, section input[type=submit]:hover |
| 200 | { | 200 | { |
| 201 | background-color: yellow; | 201 | background-color: yellow; |
| 202 | border-radius: 4px; | 202 | border-radius: 4px; |
