1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-07 15:26:54 +02:00

Add InputfieldImage CSS fixes per processwire/processwire-issues#1048

This commit is contained in:
Ryan Cramer
2019-12-31 14:31:02 -05:00
parent 22808c316f
commit 6b177d0d0d
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -709,7 +709,7 @@ $focusPointCircleSize: 40px;
top: 0;
left: 0;
float: left;
background: initial;
background: none; // initial
display: block;
height: auto !important;
width: 23%;
@@ -728,7 +728,7 @@ $focusPointCircleSize: 40px;
-ms-transform: none;
transform: none;
width: 100%;
max-width: 100% important;
max-width: 100% !important;
height: initial !important;
cursor: move;
}
@@ -783,7 +783,7 @@ $focusPointCircleSize: 40px;
}
}
&:hover .gridImage__inner {
background: initial;
background: none; // initial;
}
.InputfieldImageEdit {
@@ -883,7 +883,7 @@ $focusPointCircleSize: 40px;
padding: 0;
img {
width: 100% important;
width: 100% !important;
height: auto !important;
}