diff options
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; |