Ticket #27245: 27245.2.patch
File 27245.2.patch, 708 bytes (added by , 11 years ago) |
---|
-
wp-admin/css/login.css
20 20 line-height: 1.4em; 21 21 } 22 22 23 a { 24 color: #0074a2; 25 -webkit-transition-property: border, background, color; 26 transition-property: border, background, color; 27 -webkit-transition-duration: .05s; 28 transition-duration: .05s; 29 -webkit-transition-timing-function: ease-in-out; 30 transition-timing-function: ease-in-out; 31 } 32 33 a { 34 outline: 0; 35 } 36 37 a:hover, 38 a:active { 39 color: #2ea2cc; 40 } 41 42 a:focus { 43 color: #124964; 44 } 45 46 a:focus, 47 a:active { 48 outline: thin dotted; 49 } 50 23 51 p { 24 52 line-height: 1.5; 25 53 }