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>2019-10-17 11:11:08 +0300
committerAleksander Machniak <alec@alec.pl>2019-10-17 11:11:08 +0300
commit3527461d83b3f0fbd6507049261709f96972533c (patch)
tree2c1592abd0b1ed7a26a35ec23ad31f9d0100eae3 /skins
parentda2ebb272a03d7dfaa9f12ecb21d7eb20b7844da (diff)
Elastic: Add cursor:pointer to a.toolbar-button
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/menu.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less
index a10856eae..052da703f 100644
--- a/skins/elastic/styles/widgets/menu.less
+++ b/skins/elastic/styles/widgets/menu.less
@@ -386,6 +386,8 @@
}
a.toolbar-button {
+ cursor: pointer;
+
@media screen and (min-width: (@screen-width-large + 1px)) {
line-height: 1.5;
padding: .45rem;