Bugfix and cleanup CSS even more

This commit is contained in:
djmaze 2021-02-08 14:03:54 +01:00
parent badf422178
commit e3e0474be2
24 changed files with 88 additions and 192 deletions

View file

@ -1,10 +1,11 @@
/*
.g-ui-user-select-none {
// webkit-touch-callout: none;
// user-select: none;
// standard-user-select: none;
// touch-callout: none;
webkit-touch-callout: none;
user-select: none;
standard-user-select: none;
touch-callout: none;
}
*/
.g-ui-link {
color: #369;
@ -155,6 +156,14 @@
}
}
.e-action {
cursor: pointer;
}
.list-table {
max-width: 800px;
}
html.mobile .hide-mobile {
display:none;
}