summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-05-30 21:17:58 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-05-30 21:17:58 +0200
commit15c75eedb3cd68ab5020f6f0745a7bee24fe1565 (patch)
tree0c718a0a4f66c7b415191d563408077391cb6e2a /src/global/www/style.css
parent994519db688853605d00f75ddcf70f883ef1025a (diff)
Mov pts + smooth :hovers + go button.
Diffstat (limited to 'src/global/www/style.css')
-rw-r--r--src/global/www/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css
index a345650..7782f05 100644
--- a/src/global/www/style.css
+++ b/src/global/www/style.css
@@ -25,10 +25,12 @@ html
color: #FFEEAA;
margin: 0.1em;
padding: 0.2em;
+ transition: background-color 0.3s ease-out;
}
* button:hover
{
+ cursor: pointer;
background-color: #AC9D93;
}