Fix style
This commit is contained in:
parent
670c74ecd6
commit
ee7e13e4a1
@ -976,11 +976,11 @@ span.tabspan {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
||||||
border: 1px solid #997777;
|
border: 1px solid #997777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.butActionDelete:hover {
|
.butActionDelete:hover {
|
||||||
background: #FFe7ec;
|
background: #FFe7ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
.butActionRefused {
|
.butActionRefused {
|
||||||
|
|||||||
@ -811,6 +811,10 @@ a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif;
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
span.butAction, span.butActionDelete {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Tables */
|
/* Tables */
|
||||||
|
|||||||
@ -786,6 +786,9 @@ a.butActionDelete:active { font-family: helvetica, verdana, arial, sans-serif;
|
|||||||
a.butActionDelete:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butActionDelete:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
|
||||||
|
span.butAction, span.butActionDelete {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user