Fix menu toggle element element hiding, better mobile support
This commit is contained in:
parent
da92796ca1
commit
5567269bf3
3 changed files with 30 additions and 16 deletions
|
@ -75,7 +75,7 @@ code {
|
|||
}
|
||||
|
||||
.hasFileHover * {
|
||||
pointer-events: none;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
td.has-progress {
|
||||
|
@ -103,3 +103,13 @@ td.has-progress {
|
|||
.use-pointer {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.input-loader {
|
||||
display: none;
|
||||
position:relative;
|
||||
top: -23px;
|
||||
float: right;
|
||||
right: 5px;
|
||||
color: #cccccc;
|
||||
height: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue