make comment edit icons look more like base theme
This commit is contained in:
@@ -2956,62 +2956,62 @@ aside input[type='text'] {
|
||||
}
|
||||
.editicon {
|
||||
display: inline-block;
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
background: url(editicons.png) no-repeat;
|
||||
border: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url(bbedit.png);
|
||||
background-color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.editicon:hover {
|
||||
border: 0;
|
||||
background-color: #ccc;
|
||||
}
|
||||
.boldbb {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.boldbb:hover {
|
||||
background-position: -22px 0px;
|
||||
background-position: 0px -16px;
|
||||
}
|
||||
.italicbb {
|
||||
background-position: 0px -22px;
|
||||
background-position: -16px 0px;
|
||||
}
|
||||
.italicbb:hover {
|
||||
background-position: -22px -22px;
|
||||
background-position: -16px -16px;
|
||||
}
|
||||
.underlinebb {
|
||||
background-position: 0px -44px;
|
||||
background-position: -32px 0px;
|
||||
}
|
||||
.underlinebb:hover {
|
||||
background-position: -22px -44px;
|
||||
background-position: -32px -16px;
|
||||
}
|
||||
.quotebb {
|
||||
background-position: 0px -66px;
|
||||
background-position: -48px 0px;
|
||||
}
|
||||
.quotebb:hover {
|
||||
background-position: -22px -66px;
|
||||
background-position: -48px -16px;
|
||||
}
|
||||
.codebb {
|
||||
background-position: 0px -88px;
|
||||
background-position: -64px 0px;
|
||||
}
|
||||
.codebb:hover {
|
||||
background-position: -22px -88px;
|
||||
background-position: -64px -16px;
|
||||
}
|
||||
.imagebb {
|
||||
background-position: -44px 0px;
|
||||
background-position: -80px 0px;
|
||||
}
|
||||
.imagebb:hover {
|
||||
background-position: -66px 0px;
|
||||
background-position: -80px -16px;
|
||||
}
|
||||
.urlbb {
|
||||
background-position: -44px -22px;
|
||||
background-position: -96px 0px;
|
||||
}
|
||||
.urlbb:hover {
|
||||
background-position: -66px -22px;
|
||||
background-position: -96px -16px;
|
||||
}
|
||||
.videobb {
|
||||
background-position: -44px -44px;
|
||||
background-position: -112px 0px;
|
||||
}
|
||||
.videobb:hover {
|
||||
background-position: -66px -44px;
|
||||
background-position: -112px -16px;
|
||||
}
|
||||
|
||||
.attachtype {
|
||||
|
||||
Reference in New Issue
Block a user