Skip to content
Snippets Groups Projects

REDMINE_ISSUE-14484|Défilement signalements filtrés - popup window.confirm à supprimer

Merged REDMINE_ISSUE-14484|Défilement signalements filtrés - popup window.confirm à supprimer
Merged Timothee P requested to merge redmine-issues/14484 into develop
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -48,7 +48,7 @@
<span
v-if="featuresCount"
id="feature-count"
class="ui button tiny-margin basic"
class="ui button tiny-margin basic disabled no-opacity"
>
{{ parseInt($route.query.offset) + 1 }} sur {{ featuresCount }}
</span>
@@ -285,6 +285,9 @@ export default {
#feature-actions > div {
margin-left: .5rem;
}
#feature-actions .no-opacity {
opacity: 1 !important; /* overide disabled low opacity to customize button style */
}
@media screen and (max-width: 700px) {
.two-block {
Loading