mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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 {
|
||||
border: 1px solid #997777;
|
||||
border: 1px solid #997777;
|
||||
}
|
||||
|
||||
.butActionDelete:hover {
|
||||
background: #FFe7ec;
|
||||
background: #FFe7ec;
|
||||
}
|
||||
|
||||
.butActionRefused {
|
||||
|
|
|
|||
|
|
@ -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