Skip to content

Commit

Permalink
Release 2.1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
InfinnitySolutions committed Mar 29, 2017
1 parent 550f702 commit 56d6499
Show file tree
Hide file tree
Showing 64 changed files with 42,548 additions and 27,661 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -659,3 +659,4 @@ specific requirements.
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.

4 changes: 2 additions & 2 deletions app/styles/clearfix.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.pl-clearfix {
.clearfix();
.pl-clearfix {
.clearfix();
}
46 changes: 23 additions & 23 deletions app/styles/controls/buttonEdit.less
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
.pl-button-edit {

&-group {
&__control {
&[readonly] {
background-color: @input-bg;
background-image: none;
}

&[disabled] {
background-color: @input-bg-disabled;
opacity: 1;
}
}
}
&-button {

&_disabled {
cursor: not-allowed;
.opacity(.65);
.box-shadow(none);
}
}
.pl-button-edit {

&-group {
&__control {
&[readonly] {
background-color: @input-bg;
background-image: none;
}

&[disabled] {
background-color: @input-bg-disabled;
opacity: 1;
}
}
}
&-button {

&_disabled {
cursor: not-allowed;
.opacity(.65);
.box-shadow(none);
}
}
}
184 changes: 92 additions & 92 deletions app/styles/controls/comboBox.less
Original file line number Diff line number Diff line change
@@ -1,92 +1,92 @@
.pl-combobox {

.pl-active {
border: 1px solid #c94a4a;
}

&.pl-focused {
& > .input-group {
& > .pl-control {
border-color: @input-border-focus;
outline: 0;
@color-rgba: rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6);
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}");
}
}
}
}

.pl-combobox-filter-text {
&:focus {
border: 1px solid @input-border;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
}
}
.pl-combobox.pl-disabled {

.pl-control {
background: @input-bg-disabled;
cursor: @cursor-disabled;
}

.pl-combobox__clear {
cursor: @cursor-disabled;
}

.pl-combobox__grip {
cursor: @cursor-disabled;
}
}

.pl-combobox-items {
overflow-y:auto;
max-height: 30vh;
cursor: pointer;
text-indent: 5px;
}

.pl-combobox-items > span:hover {
background-color: @pl-primary2;
}

.pl-combobox-items > .pl-combobox-selected {
// border-left: 4px solid #39b3d7;
background-color: @pl-background4;
}

.pl-combobox-items > .pl-combobox-checked {
background: @table-bg-active;
}

.pl-combobox-dropdown {
position: relative;
background: #FFFFFF;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 5px;
margin-top: 1px;
}

.pl-combobox-dropdown.dropdown-direction-down {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: 1px solid #cccccc;
}

.pl-combobox-dropdown.dropdown-direction-up {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top: 1px solid #cccccc;
}

.pl-combobox__value {
position: absolute;
left: @padding-base-horizontal;
right: 0;
overflow: hidden;

&>.pl-label {
max-width: 100%;
}
}
.pl-combobox {

.pl-active {
border: 1px solid #c94a4a;
}

&.pl-focused {
& > .input-group {
& > .pl-control {
border-color: @input-border-focus;
outline: 0;
@color-rgba: rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6);
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}");
}
}
}
}

.pl-combobox-filter-text {
&:focus {
border: 1px solid @input-border;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
}
}
.pl-combobox.pl-disabled {

.pl-control {
background: @input-bg-disabled;
cursor: @cursor-disabled;
}

.pl-combobox__clear {
cursor: @cursor-disabled;
}

.pl-combobox__grip {
cursor: @cursor-disabled;
}
}

.pl-combobox-items {
overflow-y:auto;
max-height: 30vh;
cursor: pointer;
text-indent: 5px;
}

.pl-combobox-items > span:hover {
background-color: @pl-primary2;
}

.pl-combobox-items > .pl-combobox-selected {
// border-left: 4px solid #39b3d7;
background-color: @pl-background4;
}

.pl-combobox-items > .pl-combobox-checked {
background: @table-bg-active;
}

.pl-combobox-dropdown {
position: relative;
background: #FFFFFF;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 5px;
margin-top: 1px;
}

.pl-combobox-dropdown.dropdown-direction-down {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: 1px solid #cccccc;
}

.pl-combobox-dropdown.dropdown-direction-up {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top: 1px solid #cccccc;
}

.pl-combobox__value {
position: absolute;
left: @padding-base-horizontal;
right: 0;
overflow: hidden;

&>.pl-label {
max-width: 100%;
}
}

0 comments on commit 56d6499

Please sign in to comment.