fix icon
This commit is contained in:
@@ -703,6 +703,21 @@ input[type=radio]:focus:before {
|
||||
height: 16px;
|
||||
background-position: -114px -89px;
|
||||
}
|
||||
.icons.icon-view {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -187px -88px;
|
||||
}
|
||||
.icons.icon-remove {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -151px -88px;
|
||||
}
|
||||
.icons.icon-hide {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -224px -88px;
|
||||
}
|
||||
|
||||
.admin-header-container .menu-hide {
|
||||
margin-left: 30px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -710,6 +710,21 @@ input[type="radio"] {
|
||||
height: 16px;
|
||||
background-position: -114px -89px;
|
||||
}
|
||||
&.icon-view {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -187px -88px;
|
||||
}
|
||||
&.icon-remove {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -151px -88px;
|
||||
}
|
||||
&.icon-hide {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -224px -88px;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-header-container {
|
||||
|
||||
Reference in New Issue
Block a user