diff options
author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-16 11:20:30 +0200 |
---|---|---|
committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-16 11:20:30 +0200 |
commit | 2b9d103c5c3066c03d6d3ee52d85aa9d96bb7791 (patch) | |
tree | 86f9c0b64ed6dbe4ec793e6d809ca0610b18aa79 /www/html/style.css | |
parent | 0e8ac063433e6b97ae3a26a6dc1b0a63698497c2 (diff) |
Update www
Diffstat (limited to 'www/html/style.css')
-rwxr-xr-x | www/html/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/html/style.css b/www/html/style.css index c08fa96..abecc86 100755 --- a/www/html/style.css +++ b/www/html/style.css @@ -51,3 +51,19 @@ em{ li{ color:#FFFFFF; } + + +#afficheTas{ + background-color: #262626; + border: solid thin #FF00FF; + color: #FF00FF; + cursor: pointer; +} + + +#ok{ + background-color: #262626; + border: solid #6666FF; + color: #D42471; + cursor: pointer; +} |