smoother settings page links

This commit is contained in:
Matthias Kretschmann 2011-12-18 22:53:58 +01:00
parent 8eae6b4448
commit 20837f440e
1 changed files with 9 additions and 0 deletions

View File

@ -96,6 +96,15 @@
/* The Options Page */
/* ============================================================== */
#badgedoptions a {
text-decoration: none;
-webkit-transition: all .2s ease-in-out 0s;
-moz-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
-ms-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}
#badgedoptions form h2 {
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;