mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-03 17:51:43 +01:00
Make styles less restrictive.
This commit is contained in:
parent
818c3ef40d
commit
f802a79da6
@ -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…
x
Reference in New Issue
Block a user