mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Add a border to events when printing
This commit is contained in:
parent
e989d079d6
commit
cc9795b71e
@ -50,6 +50,7 @@
|
||||
opacity:1;
|
||||
filter:opacity(0.85);
|
||||
-webkit-filter:opacity(0.85);
|
||||
border: 1px solid;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -61,6 +61,7 @@
|
||||
opacity: 1;
|
||||
filter: opacity(0.85);
|
||||
-webkit-filter: opacity(0.85);
|
||||
border: 1px solid;
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user