mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Timeslider accessibility and Bugfixes
This commit is contained in:
parent
0f0a6c73ac
commit
73073dcbc1
3 changed files with 18 additions and 2 deletions
|
@ -137,8 +137,21 @@ a img {
|
|||
top: 1px;
|
||||
}
|
||||
.toolbar ul li a .buttontext {
|
||||
color: #222;
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
border:none;
|
||||
background:none;
|
||||
margin-top:1px;
|
||||
color:#666;
|
||||
}
|
||||
.buttontext::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
.buttontext:focus{
|
||||
border: 1px solid #666;
|
||||
}
|
||||
|
||||
}
|
||||
.toolbar ul li a.grouped-left {
|
||||
border-radius: 3px 0 0 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue