Skip to content

Commit 9b873a1

Browse files
committed
Bump version to 4.7.0 beta 3
1 parent beb428a commit 9b873a1

File tree

6 files changed

+820
-836
lines changed

6 files changed

+820
-836
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -708,25 +708,43 @@ input.ui-button.ui-icon-notext .ui-icon {
708708
* </fieldset>
709709
*/
710710
.ui-checkboxradio-label .ui-icon-background {
711+
border: 1px solid #ababab;
712+
border-radius: 0.2em;
713+
background-color: #f7f7f7;
714+
box-sizing: border-box;
715+
}
716+
717+
.ui-checkboxradio-label.ui-checkboxradio-checked .ui-icon {
711718
border: 0;
712-
border-radius: 0.12em;
713-
box-shadow: inset 1px 1px 1px #cccccc;
719+
background: #777777 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M13 2.5l-7 7-2-2-2 2 4 4L15 4.5z'/%3E%3C/svg%3E");
720+
}
721+
722+
.ui-checkboxradio-label.ui-checkboxradio-checked.ui-state-focus .ui-icon {
723+
background-color: #0066ff;
724+
}
725+
726+
.ui-checkboxradio-label.ui-checkboxradio-checked:hover .ui-icon {
727+
background-color: #333333;
714728
}
715729

716730
.ui-checkboxradio-radio-label .ui-icon-background {
717-
width: 16px;
718-
height: 16px;
719-
border: 0;
720-
border-radius: 1em;
721-
overflow: visible;
731+
border-radius: 100%;
722732
}
723733

724-
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
725-
width: 8px;
726-
height: 8px;
727-
border-width: 4px;
728-
border-style: solid;
729-
background-image: none;
734+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon {
735+
border: 0.3846154em solid #777777;
736+
border-radius: 100%;
737+
background: #ffffff;
738+
}
739+
740+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked.ui-state-focus .ui-icon {
741+
border-color: #0066ff;
742+
background-color: #ffffff;
743+
}
744+
745+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
746+
border-color: #333333;
747+
background: #ffffff;
730748
}
731749

732750
.ui-checkboxradio-disabled {
@@ -1376,8 +1394,8 @@ input.ui-button.ui-icon-notext .ui-icon {
13761394
.ui-menu .ui-menu-item label [type="checkbox"],
13771395
.ui-menu .ui-menu-item label [type="radio"] {
13781396
position: absolute;
1379-
top: 0.49em;
1380-
left: 0.5384615em;
1397+
bottom: initial;
1398+
left: 0.3076923em;
13811399
}
13821400

13831401
.ui-menu .ui-menu-item-wrapper {
@@ -1435,7 +1453,7 @@ input.ui-button.ui-icon-notext .ui-icon {
14351453

14361454
[dir="rtl"] .ui-menu .ui-menu-item label [type="checkbox"],
14371455
[dir="rtl"] .ui-menu .ui-menu-item label [type="radio"] {
1438-
right: 0.5384615em;
1456+
right: 0.3076923em;
14391457
left: auto;
14401458
}
14411459

@@ -2631,7 +2649,7 @@ input[type="button"] .ui-icon,
26312649
}
26322650

26332651
.ui-icon-check {
2634-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23333' d='M13 2l-8 8-2-2-2 2 4 4L15 4z'/%3E%3C/svg%3E");
2652+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23333' d='M13 3l-7 7-2-2-2 2 4 4L15 5z'/%3E%3C/svg%3E");
26352653
}
26362654

26372655
.ui-icon-bullet {

dist/textpattern/jquery-ui.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)