mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
fix issue where focus on timeslider wouldnt work
This commit is contained in:
parent
c65ddad7d6
commit
db0bcdd696
1 changed files with 4 additions and 2 deletions
|
@ -144,15 +144,17 @@ a img {
|
||||||
margin-top:1px;
|
margin-top:1px;
|
||||||
color:#666;
|
color:#666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttontext::-moz-focus-inner {
|
.buttontext::-moz-focus-inner {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttontext:focus{
|
.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 {
|
.toolbar ul li a.grouped-left {
|
||||||
border-radius: 3px 0 0 3px;
|
border-radius: 3px 0 0 3px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue