diff options
author | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-30 12:15:52 -0800 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-12-02 16:23:10 +0100 |
commit | db02f8795b346c76a3ddbdfc55016a92207a0e98 (patch) | |
tree | 81f9514b1c9a0287d60df68f24bed9d3053e248d /loleaflet/dist/leaflet.css | |
parent | d1b39e39e86c4e5bc58dfffdceed2ac6b4d95606 (diff) |
loleaflet: add column/row-header selection support
(cherry picked from commit 264761ca18406b414080ccae31554b8ea1128dfd)
Diffstat (limited to 'loleaflet/dist/leaflet.css')
-rw-r--r-- | loleaflet/dist/leaflet.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css index d31be8a86..1c44072b4 100644 --- a/loleaflet/dist/leaflet.css +++ b/loleaflet/dist/leaflet.css @@ -785,6 +785,13 @@ a.leaflet-control-buttons:hover:first-child { overflow: hidden; } +.spreadsheet-table-noselect { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -webkit-user-drag: none; + } + .spreadsheet-table-column { table-layout: fixed; left: 0px; |