Skip to content

Commit

Permalink
Fixed issue #14558: No difference shown for auto set Permission in su…
Browse files Browse the repository at this point in the history
…rvey

Dev: html have great feature … best is to use it
  • Loading branch information
Shnoulle committed Oct 30, 2020
1 parent 70507e2 commit 40333d2
Show file tree
Hide file tree
Showing 16 changed files with 2,443 additions and 2,351 deletions.
2,359 changes: 1,186 additions & 1,173 deletions assets/packages/adminbasics/build/adminbasics.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/packages/adminbasics/build/adminbasics.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/packages/adminbasics/build/adminbasics.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/packages/adminbasics/build/adminbasics.min.js.map

Large diffs are not rendered by default.

2,359 changes: 1,186 additions & 1,173 deletions assets/packages/adminbasics/build/adminbasics.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/packages/adminbasics/build/adminbasics.rtl.min.css

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion assets/packages/adminbasics/scss/000-lime-admin-common.scss
Expand Up @@ -1719,7 +1719,19 @@ input[type="checkbox"]:checked:before,
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

input[type="checkbox"]:indeterminate:before,
.checkbox input[type="checkbox"]:indeterminate:before,
.checkbox-inline input[type="checkbox"]:indeterminate:before {
content: "";
position: absolute;
top: 6px;
left: 2px;
display: table;
width: 12px;
height: 0;
border: 1px solid #fff;
}

input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Apple_Blossom/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #AA4340;
border-color: #AA4340; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #AA4340;
border-color: #AA4340; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Bay_of_Many/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #214F7E;
border-color: #214F7E; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #214F7E;
border-color: #214F7E; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Black_Pearl/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #071630;
border-color: #071630; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #071630;
border-color: #071630; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Dark_Sky/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #000000;
border-color: #000000; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #000000;
border-color: #000000; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Free_Magenta/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #C63678;
border-color: #C63678; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #C63678;
border-color: #C63678; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Noto_All_Languages/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #328637;
border-color: #328637; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #328637;
border-color: #328637; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Purple_Tentacle/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #993399;
border-color: #993399; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #993399;
border-color: #993399; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Sea_Green/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #328637;
border-color: #328637; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #328637;
border-color: #328637; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down
6 changes: 6 additions & 0 deletions themes/admin/Sunset_Orange/css/lime-admin-colors.css
Expand Up @@ -1954,6 +1954,12 @@ input[type="checkbox"]:checked:after,
background-color: #FE5B35;
border-color: #FE5B35; }

input[type="checkbox"]:indeterminate:after,
.checkbox input[type="checkbox"]:indeterminate:after,
.checkbox-inline input[type="checkbox"]:indeterminate:after {
background-color: #FE5B35;
border-color: #FE5B35; }

/* jqGrid */
.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
background-color: #ffffff;
Expand Down

0 comments on commit 40333d2

Please sign in to comment.