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
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-09-25 22:52:55 +0300
committerAleksander Machniak <alec@alec.pl>2019-09-25 22:52:55 +0300
commit54799b9b19d3aa099596c37b57545e63fa203a96 (patch)
tree3d631efe42306c4dec350dc318f0a1139a597747 /skins/elastic/styles
parentd10c44c44143d660919930c9545e377a7271f801 (diff)
Elastic: Set height for pretty checkbox inside of .listing on touch screen
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/lists.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/lists.less b/skins/elastic/styles/widgets/lists.less
index e0051839a..06406e313 100644
--- a/skins/elastic/styles/widgets/lists.less
+++ b/skins/elastic/styles/widgets/lists.less
@@ -183,6 +183,10 @@ ul.listing {
}
}
}
+
+ html.touch & {
+ height: @listing-touch-line-height;
+ }
}
}