mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed broken calendar icon
No ref
This commit is contained in:
parent
54e9c63a7f
commit
d239eb29ee
@ -262,7 +262,15 @@
|
||||
.gh-date-time-picker-date svg {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
fill: color-mod(var(--midgrey) l(+15%));
|
||||
}
|
||||
|
||||
.gh-date-time-picker-date svg path,
|
||||
.gh-date-time-picker-date svg rect {
|
||||
fill: none;
|
||||
stroke: var(--midgrey);
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
stroke-width: 2px
|
||||
}
|
||||
|
||||
.gh-date-time-picker-timezone {
|
||||
@ -642,15 +650,6 @@
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.gh-publish-setting-form .gh-date-time-picker-date svg path,
|
||||
.gh-publish-setting-form .gh-date-time-picker-date svg rect {
|
||||
fill: none;
|
||||
stroke: var(--midgrey);
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
stroke-width: 2px
|
||||
}
|
||||
|
||||
.gh-publish-setting-form .gh-date-time-picker-time {
|
||||
width: unset;
|
||||
height: 40px;
|
||||
|
Loading…
Reference in New Issue
Block a user