liquid_feedback_frontend
diff static/style.css @ 838:ab827375de65
Make :focus on elements visible
| author | bsw |
|---|---|
| date | Thu Jul 19 23:55:48 2012 +0200 (2012-07-19) |
| parents | f49f8e0a2366 |
| children | ea3d3757ddc3 |
line diff
1.1 --- a/static/style.css Fri Jul 13 22:55:43 2012 +0200 1.2 +++ b/static/style.css Thu Jul 19 23:55:48 2012 +0200 1.3 @@ -44,7 +44,9 @@ 1.4 text-align: left; 1.5 font-weight: normal; 1.6 } 1.7 - 1.8 +a:focus { 1.9 + outline: 1px solid #f90; 1.10 +} 1.11 /************************************************************************* 1.12 * Some global definitions 1.13 */ 1.14 @@ -186,7 +188,9 @@ 1.15 } 1.16 1.17 .topbar a:hover, 1.18 -.topbar a:hover .logo_liquidfeedback { 1.19 +.topbar a:hover .logo_liquidfeedback, 1.20 +.topbar a:focus, 1.21 +.topbar a:focus .logo_liquidfeedback { 1.22 color: #f90; 1.23 } 1.24 1.25 @@ -505,7 +509,8 @@ 1.26 color: #aaa; 1.27 } 1.28 1.29 -a.delegation_info:hover { 1.30 +a.delegation_info:hover, 1.31 +a.delegation_info:focus { 1.32 background-color: #ddd; 1.33 } 1.34 1.35 @@ -578,6 +583,7 @@ 1.36 } 1.37 1.38 .ui_tabs_links a:hover, 1.39 +.ui_tabs_links a:focus, 1.40 .ui_tabs_links a.selected { 1.41 margin: 0; 1.42 margin-right: 2px; 1.43 @@ -793,7 +799,9 @@ 1.44 } 1.45 1.46 .login input[type=submit]:hover, 1.47 -.vertical input[type=submit]:hover { 1.48 +.vertical input[type=submit]:hover, 1.49 +.login input[type=submit]:focus, 1.50 +.vertical input[type=submit]:focus { 1.51 background-color: #444444; 1.52 } 1.53