Changeset 27505
- Timestamp:
- 03/11/2014 08:50:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/login.css
r27289 r27505 19 19 font-size: 13px; 20 20 line-height: 1.4em; 21 } 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; 21 49 } 22 50
Note: See TracChangeset
for help on using the changeset viewer.