mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Make styles less restrictive.
This commit is contained in:
parent
818c3ef40d
commit
f802a79da6
1 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,6 @@ a img {
|
||||||
}
|
}
|
||||||
.toolbar ul li a:hover {
|
.toolbar ul li a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 18px;
|
|
||||||
}
|
}
|
||||||
.toolbar ul li a span {
|
.toolbar ul li a span {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -113,11 +112,12 @@ a img {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 18px;
|
min-height: 18px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 18px;
|
min-width: 18px;
|
||||||
}
|
}
|
||||||
.toolbar ul li a .buttonicon {
|
.toolbar ul li a .buttonicon {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue