Skip to content

Commit 7db6c5f

Browse files
committed
fixes #244
1 parent 2b8575b commit 7db6c5f

File tree

2 files changed

+48
-5
lines changed

2 files changed

+48
-5
lines changed

src/main/resources/less/primefaces-admin/components/schedule.less

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
/* schedule */
2-
body .fc {
2+
body .fc, body .fc-unthemed {
3+
4+
div.fc-toolbar {
5+
6+
button.fc-button {
7+
color: @admin-text-color;
8+
background: @btn-background-color none;
9+
border: 1px solid #ddd;
10+
11+
&:not(:disabled) {
12+
.btn-interactions(@btn-background-color);
13+
}
14+
15+
&:hover, &:focus, &:active, &:focus:active {
16+
.box-shadow(none);
17+
border: 1px solid #ddd;
18+
color: @admin-text-color;
19+
}
20+
21+
&.fc-button-active, &.fc-button-primary.fc-button-active {
22+
color: #fff;
23+
border: 1px solid #ddd;
24+
background: @light-blue;
25+
26+
&:not(:disabled) {
27+
.btn-interactions(@light-blue);
28+
}
29+
30+
&:hover, &:focus, &:active {
31+
color: #fff;
32+
}
33+
}
34+
}
35+
}
36+
37+
.fc-bg {
38+
background: #fff;
39+
}
40+
41+
342
.fc-event {
443
line-height: 1.4;
544
background-color: @schedule-event-color;
@@ -31,7 +70,7 @@ body .fc {
3170
}
3271

3372
&.fc-next-button {
34-
span.ui-icon-circle-triangle-e {
73+
span.ui-icon-circle-triangle-e {
3574
position: relative;
3675
background-image: none;
3776
display: inline;
@@ -45,7 +84,7 @@ body .fc {
4584
}
4685
}
4786
}
48-
87+
4988
&.ui-state-active {
5089
.btn-primary();
5190
}

src/main/resources/less/primefaces-admin/components/selects.less

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ul.ui-selectlistbox-list, ul.ui-multiselectlistbox-list {
121121
}
122122
}
123123
&.ui-listbox-outline {
124-
outline:none;
124+
outline:none;
125125
}
126126
}
127127
}
@@ -431,6 +431,10 @@ div.ui-selectmanymenu {
431431
}
432432

433433
}
434-
434+
}
435+
.ui-selectlistbox-listcontainer {
436+
.ui-chkbox-box {
437+
margin-left: 3px;
438+
}
435439
}
436440
}

0 commit comments

Comments
 (0)