Skip to content

Commit

Permalink
fix: format files with prettier v3
Browse files Browse the repository at this point in the history
  • Loading branch information
edalex-yinzi committed Sep 7, 2023
1 parent 6a70c93 commit 3026a46
Show file tree
Hide file tree
Showing 284 changed files with 2,870 additions and 2,490 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,14 @@ textarea.span1,
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: 0.3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
-webkit-box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
-moz-box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
Expand Down Expand Up @@ -365,11 +368,15 @@ textarea.span1,
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
-webkit-box-shadow:
inset 0 2px 4px rgba(0, 0, 0, 0.15),
0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
-moz-box-shadow:
inset 0 2px 4px rgba(0, 0, 0, 0.15),
0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow:
inset 0 2px 4px rgba(0, 0, 0, 0.15),
0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
Expand Down Expand Up @@ -1276,12 +1283,18 @@ input[type="submit"].btn.btn-mini {
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-box-shadow:
inset 1px 0 0 rgba(255, 255, 255, 0.125),
inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:
inset 1px 0 0 rgba(255, 255, 255, 0.125),
inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow:
inset 1px 0 0 rgba(255, 255, 255, 0.125),
inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 1px 2px rgba(0, 0, 0, 0.05);
*padding-top: 5px;
*padding-bottom: 5px;
}
Expand All @@ -1303,11 +1316,15 @@ input[type="submit"].btn.btn-mini {
}
.btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
-webkit-box-shadow:
inset 0 2px 4px rgba(0, 0, 0, 0.15),
0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:
inset 0 2px 4px rgba(0, 0, 0, 0.15),
0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
box-shadow:
inset 0 2px 4px rgba(0, 0, 0, 0.15),
0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
background-color: #e6e6e6;
Expand Down Expand Up @@ -1667,11 +1684,14 @@ input[type="submit"].btn.btn-mini {
/* Darken IE7 buttons by default so they stand out more given they won't have borders */

filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
-webkit-box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.1),
0 1px 0 rgba(255, 255, 255, 0.075);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
-moz-box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.1),
0 1px 0 rgba(255, 255, 255, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.1),
0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
Expand Down Expand Up @@ -1864,11 +1884,14 @@ input[type="submit"].btn.btn-mini {
color: #ffffff;
background-color: #515151;
border-color: #111111;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
-webkit-box-shadow:
inset 0 1px 2px rgba(0, 0, 0, 0.1),
0 1px 0 rgba(255, 255, 255, 0.15);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
-moz-box-shadow:
inset 0 1px 2px rgba(0, 0, 0, 0.1),
0 1px 0 rgba(255, 255, 255, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
box-shadow:
inset 0 1px 2px rgba(0, 0, 0, 0.1),
0 1px 0 rgba(255, 255, 255, 0.15);
-webkit-transition: none;
-moz-transition: none;
Expand Down Expand Up @@ -2300,7 +2323,8 @@ button.close {
font-family: "Glyphicons Halflings";

src: url("../fonts/glyphicons-halflings-regular.eot");
src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
src:
url("../fonts/glyphicons-halflings-regular.eot?#iefix")
format("embedded-opentype"),
url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
display: block;
float: left;
-webkit-border-radius: 6px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5),
-webkit-box-shadow:
0 1px 3px rgba(0, 0, 0, 0.5),
inset 0 0 2px rgba(255, 255, 255, 0.9);
background-repeat: no-repeat;
width: 57px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}

#selection-content-inner.wizard-layout .treePanel {
min-width: ;
min-width:;
}

#selection-content-inner.wizard-layout div.calendar input[type="text"] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@

.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
font:
14px/20px "Helvetica Neue",
Helvetica,
Arial,
sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
Expand Down Expand Up @@ -197,7 +201,11 @@

.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
font:
normal 13px/20px "Helvetica Neue",
Helvetica,
Arial,
sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4630,7 +4630,9 @@ span.k-numerictextbox {
.k-colorpalette .k-item.k-state-selected {
z-index: 100;
background: transparent;
box-shadow: 0 1px 4px #000, inset 0 0 3px #fff;
box-shadow:
0 1px 4px #000,
inset 0 0 3px #fff;
position: relative;
}
.k-flatcolorpicker {
Expand Down Expand Up @@ -4698,8 +4700,12 @@ div.k-flatcolorpicker {
margin: 0 5%;
}
.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
-webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
-webkit-box-shadow:
0 1px 0 #fff,
0 -1px 0 #999;
box-shadow:
0 1px 0 #fff,
0 -1px 0 #999;
}
.k-flatcolorpicker .k-hue-slider,
.k-flatcolorpicker .k-transparency-slider {
Expand Down Expand Up @@ -4810,23 +4816,29 @@ div.k-flatcolorpicker {
width: 6em;
}
.k-flatcolorpicker .k-hsv-gradient {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
background:
-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
-moz-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, rgba(0, 0, 0, 0)),
color-stop(100%, #000)
),
-webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
background:
-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
-webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
background:
-o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
-o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
background:
-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
-ms-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
background: -top-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
background:
-top-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%),
-left-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
height: 180px;
margin-bottom: 5px;
Expand Down
Loading

0 comments on commit 3026a46

Please sign in to comment.