Line 70: | Line 70: | ||
.dropdown-content a { | .dropdown-content a { | ||
float: none; | float: none; | ||
− | color: | + | color: #000000; |
padding: 14px 16px; | padding: 14px 16px; | ||
text-decoration: none; | text-decoration: none; | ||
Line 76: | Line 76: | ||
text-align: left; | text-align: left; | ||
position: absolute; | position: absolute; | ||
+ | -o-transition:color .2s ease-out, background 1s ease-in; | ||
+ | -ms-transition:color .2s ease-out, background 1s ease-in; | ||
+ | -moz-transition:color .2s ease-out, background 1s ease-in; | ||
+ | -webkit-transition:color .2s ease-out, background 1s ease-in; | ||
+ | /* ...and now override with proper CSS property */ | ||
+ | transition:color .2s ease-out, background 1s ease-in; | ||
} | } | ||
Revision as of 12:47, 23 May 2018