diff options
Diffstat (limited to '')
| -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; +} |
