mirror of
https://github.com/kremalicious/Badged.git
synced 2025-02-14 21:10:24 +01:00
smoother settings page links
This commit is contained in:
parent
8eae6b4448
commit
20837f440e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user