Fix style
This commit is contained in:
parent
670c74ecd6
commit
ee7e13e4a1
@ -811,6 +811,10 @@ a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
span.butAction, span.butActionDelete {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* 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: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