mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
[frio] Remove scrollbars from preview close button and restore pointer cursor
- Address https://libranet.de/display/0b6b25a8-9464-6895-5ede-a3c536914564
This commit is contained in:
parent
2b1fc4b561
commit
cd751a4c6a
2 changed files with 3 additions and 5 deletions
|
@ -199,9 +199,10 @@
|
|||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
.dropzone, .dropzone * {
|
||||
.dropzone, .dropzone .dz-default * {
|
||||
box-sizing: border-box;
|
||||
overflow: auto;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.dropzone:not(textarea) {
|
||||
|
@ -215,9 +216,6 @@
|
|||
background-color: $background_color;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.dropzone.dz-clickable * {
|
||||
cursor: default;
|
||||
}
|
||||
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue