Fix maximise and minimise icon references
This commit is contained in:
@@ -59,7 +59,7 @@ limitations under the License.
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
min-height: 500px;
|
min-height: 540px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -72,7 +72,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_HostSignup_maximize_button {
|
.mx_HostSignup_maximize_button {
|
||||||
mask: url('$(res)/img/feather-customised/widget/maximise.svg');
|
mask: url('$(res)/img/feather-customised/maximise.svg');
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
@@ -86,7 +86,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_HostSignup_minimize_button {
|
.mx_HostSignup_minimize_button {
|
||||||
mask: url('$(res)/img/feather-customised/widget/minimise.svg');
|
mask: url('$(res)/img/feather-customised/minimise.svg');
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
|
|||||||
Reference in New Issue
Block a user