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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
126 126
	line-height:1em;
127 127
	text-align:center;
128 128
	&:hover,
129
	&.current {
129
	&.current,
130
	&:focus {
130 131
		border-color:$secondary-color;
131 132
		background:$secondary-color;
132 133
		color:#fff;
......
142 143
	background:#fff;
143 144
	border-color:$secondary-color;
144 145
	&:hover, 
145
	&.current {
146
	&.current,
147
	&:focus {
146 148
		background:transparent;
147 149
		border-color:#fff;
148 150
	}
......
153 155
	color:#fff; 
154 156
	border-color:#fff;
155 157
	&:hover, 
156
	&.current {
158
	&.current,
159
	&:focus {
157 160
		color:$secondary-color;
158 161
		background:#fff;
159 162
		border-color:#fff;
......
166 169
	border-color:#fff;
167 170
	background: $secondary-color;
168 171
	&:hover, 
169
	&.current {
172
	&.current,
173
	&:focus {
170 174
		color: $secondary-color;
171 175
  		border-color:  $secondary-color;
172 176
  		background: #fff;
......
182 186
	height:$btn-height;
183 187
	text-align:center;
184 188
	font-size:emCalc(12px);
185
	&:hover {
189
	&:hover,
190
	&:focus {
186 191
		border-width:2px;
187 192
		line-height: $btn-height - 4px;
188 193
		padding:0 19px;
189 194
	}
190
	&:focus {
191
		border-width: 2px;
192
	}
193 195
	&.current {
194 196
		background:white;
195 197
		color:$secondary-color;
......
199 201
.btn-img {
200 202
	@extend .btn1;
201 203
	border-color:$secondary-color;
202
	&:hover {
204
	&:hover,
205
	&:focus {
203 206
		background:transparent;
204 207
	}
205 208
	a {

Also available in: Unified diff