https://git.useribm.hu
/
sly-crm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d89bce2
)
Prevent listbox text selection
author
elgekko
<vasary@elgekko.net>
Wed, 3 May 2023 20:27:38 +0000
(22:27 +0200)
committer
elgekko
<vasary@elgekko.net>
Wed, 3 May 2023 20:27:38 +0000
(22:27 +0200)
lis-ui/src/main/resources/web/index.zul
patch
|
blob
|
history
diff --git
a/lis-ui/src/main/resources/web/index.zul
b/lis-ui/src/main/resources/web/index.zul
index 75aacb99f0eb1826e4f8e32fbc9df484d0927b91..c169f42d2175b683ef115673df2a0abbeeac23c2 100644
(file)
--- a/
lis-ui/src/main/resources/web/index.zul
+++ b/
lis-ui/src/main/resources/web/index.zul
@@
-6,6
+6,10
@@
font-size: 18px;
font-weight: bolder;
}
+ .z-listcell-content {
+ -moz-user-select: none;
+ -webkit-user-select: none;
+ }
</style>
<script>
function pushNav(nav) {