fix issue where focus on timeslider wouldnt work
parent
c65ddad7d6
commit
db0bcdd696
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue