mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Merge pull request #4793 from PaulAdamDavis/url-upload-styles
Update Image URL Input Styles
This commit is contained in:
commit
5d7e297923
@ -134,8 +134,8 @@
|
|||||||
padding-bottom: 35px;
|
padding-bottom: 35px;
|
||||||
margin: 0 0 1.6rem 0;
|
margin: 0 0 1.6rem 0;
|
||||||
|
|
||||||
input {
|
&.image-uploader-url {
|
||||||
width: auto;
|
padding: 35px 45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
&.url {
|
&.url {
|
||||||
font: -webkit-small-control;
|
font: -webkit-small-control;
|
||||||
width: 276px;
|
width: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 9px 7px;
|
padding: 9px 7px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
@ -116,6 +116,10 @@
|
|||||||
border: #e3e1d5 1px solid;
|
border: #e3e1d5 1px solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all 0.15s ease-in-out;
|
||||||
|
|
||||||
|
+ .btn.btn-blue {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user