mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 07:47:00 +02:00
Add InputfieldImage CSS fixes per processwire/processwire-issues#1048
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -709,7 +709,7 @@ $focusPointCircleSize: 40px;
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
float: left;
|
float: left;
|
||||||
background: initial;
|
background: none; // initial
|
||||||
display: block;
|
display: block;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
width: 23%;
|
width: 23%;
|
||||||
@@ -728,7 +728,7 @@ $focusPointCircleSize: 40px;
|
|||||||
-ms-transform: none;
|
-ms-transform: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100% important;
|
max-width: 100% !important;
|
||||||
height: initial !important;
|
height: initial !important;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
@@ -783,7 +783,7 @@ $focusPointCircleSize: 40px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:hover .gridImage__inner {
|
&:hover .gridImage__inner {
|
||||||
background: initial;
|
background: none; // initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.InputfieldImageEdit {
|
.InputfieldImageEdit {
|
||||||
@@ -883,7 +883,7 @@ $focusPointCircleSize: 40px;
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100% important;
|
width: 100% !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user