Skip to content

Commit fb8a856

Browse files
Merge pull request jekyll#225 from ashmaroli/css-override
update css for 'date' metafield
2 parents 16815d2 + 76604c7 commit fb8a856

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/styles/metafields.scss

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,39 @@
256256
.rw-datetimepicker {
257257
box-shadow: none !important;
258258
font-size: 16px !important;
259+
.rw-btn {
260+
min-width: 37px;
261+
i { margin: 0; }
262+
}
263+
&.rw-has-both {
264+
padding-right: 74px;
265+
> .rw-select {
266+
width: 75px;
267+
&:hover {
268+
background: #fff;
269+
}
270+
.rw-btn:first-child { border-right: 1px solid #ccc; }
271+
.rw-btn:hover { background: #fc0; }
272+
}
273+
}
259274
}
260275
.rw-calendar-popup {
261276
left: auto !important;
262277
right: -10px !important;
263278
}
279+
.rw-calendar {
280+
.rw-header {
281+
padding-bottom: 15px;
282+
.rw-btn-view { width: 188px; }
283+
}
284+
}
285+
.rw-calendar-grid th {
286+
padding-bottom: 8px;
287+
}
264288
.rw-state-focus {
265289
border: 1px solid $dark-orange !important;
266290
}
291+
.rw-list-option {
292+
padding: 8px 5px;
293+
}
267294
}

0 commit comments

Comments
 (0)