Revision 3f284f50 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
55 55
		top:50px;
56 56
		font-size:32px;
57 57
		color:$primary-color;
58
		&:hover {
58
		&:hover, &:focus {
59 59
			color:white;
60 60
		}
61 61
	}
......
179 179
					list-style: none outside none;
180 180
					a {
181 181
						color:$black;
182
						&:hover, &.current {
182
						&:hover, &:focus, &.current {
183 183
							color:white;
184 184
						}
185 185
						&.current {
......
396 396
					margin: 50px 0 30px;
397 397
					a {
398 398
						color:$wizard-base-font-color;
399
						&:focus {
400
							border: 1px solid #91969a;
401
							padding: 2px;
402
						}
399 403
					}
404

  
400 405
					
401 406
				}
402 407
				.adv-main {
......
593 598
					float:right;
594 599
				}
595 600
			}
601
			&:focus {
602
				color:cyan;
603
			}
596 604
		}
597 605
		.nums {
598 606
			text-align: center;

Also available in: Unified diff