1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/tests/resources/screenshot-override/override.css
diosmosis 05017ba88e Require password confirmation before setting/removing superuser access. (#13975)
* Require password confirmation for changing superuser access and fix issue where getSiteAccess is called w/ superuser when toggling superuser access.

* apply review feedback

* Allow bypassing password confirmation in certain scenarios.

* Fixing tests & adding UI test.

* Update submodule.

* test fixes + remove return; from 2fa tests.

* update submodule

* Fixing tests

* Couple tweaks for screenshot testing.

* test fixes

* Fix TwoFactorAuthUsersManager test.

* More test fixes.

* try to disable all transitions

* More UI test fixes + disable materialize animations globally in UI tests.

* 2fa ui tests now working
2019-05-15 17:12:05 -07:00

65 خطوط
1.3 KiB
CSS

#header_message>.title {
visibility: hidden;
}
.visitor-profile-important-visits>div>div>p:first-child {
display:none;
}
.piwik-version .itemValue,
span.piwik-version,
span.plugin-version {
visibility:hidden;
}
.realTimeWidget_datetime {
display: none;
}
.realTimeMap_datetime {
visibility: hidden;
}
/* add some space around the segment editor & other controls so screenshots are clearer */
.widget>.segmentEditorPanel, .widget>.dashboardSettings, .widget>.sites_autocomplete, .widget>.periodSelector {
margin-top:1em;
margin-bottom:1em;
margin-left:1em;
}
body > .widget {
overflow: visible !important;
}
.ui-dialog-content {
overflow-y: hidden !important;
}
.providerDescription {
border-style: solid;
}
.loadingPiwik {
display: none !important;
}
/* do not display RSS feed widget's contents */
#widgetRssWidgetrssPiwik .rss {
display:none;
}
*,
*::after,
*::before {
-webkit-transition: none !important;
transition: none !important;
-webkit-animation: none !important;
animation: none !important;
transition-delay: 0s !important;
transition-duration: 0s !important;
animation-delay: -0.0001s !important;
animation-duration: 0s !important;
animation-play-state: paused !important;
caret-color: transparent !important;
color-adjust: exact !important;
}