mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 21:56:12 +02:00
fix issue where focus on timeslider wouldnt work
This commit is contained in:
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…
x
Reference in New Issue
Block a user