mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
Add a border to events when printing
This commit is contained in:
parent
b3730be7e0
commit
a88139e8a5
@ -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