fix issue where focus on timeslider wouldnt work

pull/2566/head
John McLear 2015-04-05 13:39:20 +01:00
parent c65ddad7d6
commit db0bcdd696
1 changed files with 4 additions and 2 deletions

View File

@ -144,15 +144,17 @@ a img {
margin-top:1px;
color:#666;
}
.buttontext::-moz-focus-inner {
padding: 0;
border: 0;
}
.buttontext:focus{
border: 1px solid #666;
/* Not sure why important is required here but it is */
border: 1px solid #666 !important;
}
}
.toolbar ul li a.grouped-left {
border-radius: 3px 0 0 3px;
}