1
0
mirror of https://github.com/kremalicious/Badged.git synced 2024-06-10 20:00:05 +02:00

smoother settings page links

This commit is contained in:
Matthias Kretschmann 2011-12-18 22:53:58 +01:00
parent 8eae6b4448
commit 20837f440e

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;