Fix page EP layout
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
/* The official roundcube/roundcubemail Docker image ships Elastic pre-minified
|
||||
as styles.min.css (no plain styles.css); source/dev installs may have only
|
||||
the unminified file. A missing @import just yields an empty sheet, so
|
||||
importing both here is a harmless way to support either layout. */
|
||||
@import url("../../elastic/styles/styles.css");
|
||||
@import url("../../elastic/styles/styles.min.css");
|
||||
|
||||
:root {
|
||||
--ink: #11212b;
|
||||
|
||||
Reference in New Issue
Block a user