forked from DGNum/gestioCOF
Adapt css to new canceled syntax
This commit is contained in:
parent
b0b1fdf936
commit
5c9c206f68
1 changed files with 2 additions and 2 deletions
|
@ -93,11 +93,11 @@
|
|||
color:#FFF;
|
||||
}
|
||||
|
||||
#history .ope.canceled, #history .transfer.canceled {
|
||||
#history [canceled="true"] {
|
||||
color:#444;
|
||||
}
|
||||
|
||||
#history .ope.canceled::before, #history.transfer.canceled::before {
|
||||
#history [canceled="true"]::before {
|
||||
position: absolute;
|
||||
content: ' ';
|
||||
width:100%;
|
||||
|
|
Loading…
Reference in a new issue