1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-07 23:38:29 +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; 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;
} }