قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* remove old materialize css * add new materlialize css * update paths of materialize css * fix visibility of normal selects * fix selected in segmentation layer * fix style for disabled selects * update materializecss to 1.2.0 * update/fix some ui tests * update materializecss to 1.2.1 * Apply patch from https://github.com/materializecss/materialize/pull/331 * update expected test files * ignore list elements for modal buttons * update expected test files * update materializecss to 1.2.2 * fix ui test * Update UI test screenshots --------- Co-authored-by: Ben <ben.burgess@innocraft.com>
43 خطوط
656 B
SCSS
Vendored
43 خطوط
656 B
SCSS
Vendored
.materialboxed {
|
|
&:hover {
|
|
&:not(.active) {
|
|
opacity: .8;
|
|
}
|
|
}
|
|
|
|
display: block;
|
|
cursor: zoom-in;
|
|
position: relative;
|
|
transition: opacity .4s;
|
|
-webkit-backface-visibility: hidden;
|
|
|
|
&.active {
|
|
cursor: zoom-out;
|
|
}
|
|
}
|
|
|
|
#materialbox-overlay {
|
|
position:fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #292929;
|
|
z-index: 1000;
|
|
will-change: opacity;
|
|
}
|
|
|
|
.materialbox-caption {
|
|
position: fixed;
|
|
display: none;
|
|
color: #fff;
|
|
line-height: 50px;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 0% 15%;
|
|
height: 50px;
|
|
z-index: 1000;
|
|
-webkit-font-smoothing: antialiased;
|
|
} |