Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-01-01 13:37:01 +0300
committerAleksander Machniak <alec@alec.pl>2021-01-09 14:27:28 +0300
commit0d396383ecc1b9e60e420ee774e2c0fbadc59aa5 (patch)
tree574f2e68b1ced221b7444c82fa997dc2993d33f1 /skins
parent2066b2d8581886e17e167132cf7466baf1f2735b (diff)
Elastic: Lessc v4 comptibility issue (#7808)
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/lists.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/elastic/styles/widgets/lists.less b/skins/elastic/styles/widgets/lists.less
index 97ef87e5b..7ce3c8bcc 100644
--- a/skins/elastic/styles/widgets/lists.less
+++ b/skins/elastic/styles/widgets/lists.less
@@ -484,7 +484,7 @@ ul.treelist {
right: 0;
min-width: 2em;
line-height: 1.4rem;
- margin: (@listing-line-height - 1.4 * @page-font-size) / 2;
+ margin: ((@listing-line-height - 1.4 * @page-font-size) / 2);
padding: 0 .3em;
border-radius: .4em;
background: @color-list-badge-background;
@@ -494,7 +494,7 @@ ul.treelist {
html.touch & {
line-height: 2rem;
- margin: (@listing-touch-line-height - 2 * @page-font-size) / 2;
+ margin: ((@listing-touch-line-height - 2 * @page-font-size) / 2);
}
}