1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 15:07:44 +00:00
Files
james-hill-matomo 222d1d45e2 Extract user invite feature into it's own replaceable components (#23470)
* Extract user invite feature into it's own replaceable components

* fix UI tests

* fix: invite period not displayed in resend modal

* reset invite form on abort

* improve code

* updates expected UI test files

* allow setting invite component through javascript event

* Revert "allow setting invite component through javascript event"

This reverts commit fed82798fe.

* Moved definition of components to controller.

* Hooked up controller to event for UsersManager tweaks

* Build vue files

* Naming & typing tweaks.

Thanks Stefan!

* Bug fix for inconsistent site dropdown

* Build vue files

---------

Co-authored-by: sgiehl <stefan@matomo.org>
Co-authored-by: James Hill <james-hill-matomo@users.noreply.github.com>
Co-authored-by: innocraft-automation <innocraft-automation@users.noreply.github.com>
2025-08-04 11:26:50 +02:00

59 خطوط
799 B
Plaintext

#topApiRef {
color: #95aecb;
}
.section-toggler-link {
font-size: 0.8em;
font-style: italic;
text-decoration: none;
}
.section-toggler-link:hover {
text-decoration: underline;
}
.metricEvolution {
display: inline-block;
font-size: 9pt;
opacity: 0.75;
}
.metricEvolution > .positive-evolution {
color: green;
}
.metricEvolution > .negative-evolution {
color: #e02a3b;
}
.reportsByDimensionView > .entityList {
float: left;
width: 208px;
min-height: 200px;
}
.dimensionCategory {
margin-top: 16px;
}
.modal.modal-extra-wide {
width: 95%;
max-height: 90%;
top: 5% !important;
.ui-confirm {
padding: 0 !important;
}
}
.modal .btn-close {
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
}
.card .card-content {
padding: 20px;
}