fix removal buttons on home page
This commit is contained in:
parent
d679cac666
commit
b9946822f3
@ -191,8 +191,8 @@ tbody tr th,
|
|||||||
tbody tr td {
|
tbody tr td {
|
||||||
color: #fafafa;
|
color: #fafafa;
|
||||||
}
|
}
|
||||||
tbody tr th .remove,
|
tbody tr th.remove,
|
||||||
tbody tr td .remove {
|
tbody tr td.remove {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #FF0073;
|
color: #FF0073;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -232,7 +232,7 @@ tbody {
|
|||||||
th, td {
|
th, td {
|
||||||
color: @fore;
|
color: @fore;
|
||||||
|
|
||||||
.remove {
|
&.remove {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: @cp-red;
|
color: @cp-red;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user