Add a new class for buttonicon which specifies the new backghround image, this is part of the single image thing Peter wants to reduce the number of images we need
parent
7b69f3d7ed
commit
d4ffbdcc1c
|
@ -1046,3 +1046,9 @@ padding: 10px;
|
|||
border-radius: 6px;
|
||||
opacity:.8;
|
||||
}
|
||||
|
||||
.buttonicon{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background-image:url('../static/img/etherpad_lite_icons.gif');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue