Revision d53ad190 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
12 12
  
13 13
 */
14 14

  
15
// temporary visual help to check the tab functionality
16
// *:focus {
17
// 	border:2px solid blue;
18
// }
15 19

  
16 20

  
17 21
/* Clearfix -------------------------------------------- */
......
188 192
	font-size:emCalc(12px);
189 193
	&:hover,
190 194
	&:focus {
191
		border-width:2px;
192
		line-height: $btn-height - 4px;
193
		padding:0 19px;
195
		// border-width:2px;
196
		// line-height: $btn-height - 4px;
197
		// padding:0 19px;
198
		background:lighten($overlay-color-top, 10%);
194 199
	}
195 200
	&.current {
196 201
		background:white;

Also available in: Unified diff