mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
Make styles less restrictive.
This commit is contained in:
parent
eae95fec09
commit
09a6bd5593
1 changed files with 3 additions and 2 deletions
|
@ -80,11 +80,12 @@ a img
|
|||
color: #ccc;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
height: 18px;
|
||||
min-height: 18px;
|
||||
overflow: hidden;
|
||||
padding: 4px 5px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
width: 18px;
|
||||
min-width: 18px;
|
||||
}
|
||||
#editbar ul li a .buttonicon
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue