css changes

main
Felix Favre 10 years ago
parent 45ac884474
commit 4589a505e8

@ -6331,3 +6331,9 @@ a#shifts td.collides:hover {
.space-top { .space-top {
margin-top: 15px; margin-top: 15px;
} }
.messages:focus {
outline: none;
}
.messages a:focus {
outline: none;
}

@ -6354,6 +6354,12 @@ a#shifts td.collides:hover {
.space-top { .space-top {
margin-top: 15px; margin-top: 15px;
} }
.messages:focus {
outline: none;
}
.messages a:focus {
outline: none;
}
.text-primary, .text-primary,
.text-primary:hover { .text-primary:hover {
color: #428bca; color: #428bca;

@ -33,3 +33,12 @@ body {
.space-top { .space-top {
margin-top: 15px; margin-top: 15px;
} }
.messages {
&:focus {
outline: none;
}
a:focus {
outline: none;
}
}

Loading…
Cancel
Save