Skip to content

Commit 7133fc9

Browse files
committed
fix for issue #3
1 parent a6db83b commit 7133fc9

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

dist/style.css

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,13 @@
99
--header-text-align: left;
1010
--header-bg: #414141; }
1111

12-
.nj-overlay {
13-
position: fixed;
14-
width: 100%;
15-
height: 100%;
16-
top: 0;
17-
left: 0;
18-
right: 0;
19-
bottom: 0;
20-
background-color: rgba(0, 0, 0, 0.5);
21-
z-index: 2; }
22-
2312
.nj-picker .nj-ampm-container {
2413
padding: 0 0.5em 0.5em 0.5em; }
2514
.nj-picker .nj-ampm-container .nj-ampm-wrapper {
2615
display: grid;
2716
grid-template-columns: repeat(6, 1fr);
2817
grid-gap: 0.5em; }
2918

30-
.nj-picker .nj-action-container {
31-
display: grid;
32-
grid-template-columns: repeat(3, 1fr); }
33-
.nj-picker .nj-action-container .nj-action-button {
34-
padding: 0.8em;
35-
text-align: center;
36-
color: #fff;
37-
cursor: pointer; }
38-
.nj-picker .nj-action-container .nj-action-save {
39-
background: var(--save-button-bg);
40-
color: var(--save-button-fc); }
41-
.nj-picker .nj-action-container .nj-action-clear {
42-
background: var(--clear-button-bg);
43-
color: var(--clear-button-fc); }
44-
.nj-picker .nj-action-container .nj-action-close {
45-
background: var(--close-button-bg);
46-
color: var(--close-button-fc); }
47-
4819
.nj-picker {
4920
height: 100%;
5021
width: 100%;
@@ -87,6 +58,35 @@
8758
.nj-picker-show {
8859
display: flex !important; }
8960

61+
.nj-overlay {
62+
position: fixed;
63+
width: 100%;
64+
height: 100%;
65+
top: 0;
66+
left: 0;
67+
right: 0;
68+
bottom: 0;
69+
background-color: rgba(0, 0, 0, 0.5);
70+
z-index: 2; }
71+
72+
.nj-picker .nj-action-container {
73+
display: grid;
74+
grid-template-columns: repeat(3, 1fr); }
75+
.nj-picker .nj-action-container .nj-action-button {
76+
padding: 0.8em;
77+
text-align: center;
78+
color: #fff;
79+
cursor: pointer; }
80+
.nj-picker .nj-action-container .nj-action-save {
81+
background: var(--save-button-bg);
82+
color: var(--save-button-fc); }
83+
.nj-picker .nj-action-container .nj-action-clear {
84+
background: var(--clear-button-bg);
85+
color: var(--clear-button-fc); }
86+
.nj-picker .nj-action-container .nj-action-close {
87+
background: var(--close-button-bg);
88+
color: var(--close-button-fc); }
89+
9090
.nj-picker .nj-header-container {
9191
padding: 0.8em;
9292
background: var(--header-bg);

dist/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)