less/roojs-bootstrap/mask.less
[roojs1] / css-bootstrap / roojs-bootstrap-debug.css
index 58bc453..f5357c0 100644 (file)
@@ -620,21 +620,6 @@ table.fc-border-separate {
   -ms-user-select: none;
   user-select: none;
 }
-.checkbox label::before {
-  content: "";
-  display: inline-block;
-  position: absolute;
-  width: 17px;
-  height: 17px;
-  left: 0;
-  margin-left: -20px;
-  border: 1px solid #777777;
-  border-radius: 3px;
-  background-color: #ffffff;
-  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-}
 .checkbox label::after {
   display: inline-block;
   position: absolute;
@@ -652,9 +637,19 @@ table.fc-border-separate {
   display: none;
 }
 .checkbox input[type="checkbox"]:checked + label::after {
-  font-family: 'Font Awesome 5 Free';
+  font-size: 18px;
+  padding-top: 0px;
+  font-family: 'Font Awesome 5 Free 400';
   font-weight: 900;
-  content: "\f00c";
+  color: #5cb85c;
+  content: "\f14a";
+}
+.checkbox input[type="checkbox"]:not(:checked) + label::after {
+  font-size: 18px;
+  padding-top: 0px;
+  font-family: 'Font Awesome 5 Free 400';
+  font-weight: 900;
+  content: "\f0c8";
 }
 .checkbox input[type="checkbox"]:disabled + label {
   opacity: 0.65;
@@ -1290,12 +1285,12 @@ table.fc-border-separate {
 }
 .datepicker table tr td.old,
 .datepicker table tr td.new {
-  color: #777777;
+  color: #eeeeee;
 }
 .datepicker table tr td.disabled,
 .datepicker table tr td.disabled:hover {
   background: none;
-  color: #777777;
+  color: #eeeeee;
   cursor: default;
 }
 .datepicker table tr td.today,
@@ -2176,10 +2171,14 @@ button.list-group-item {
   /*border: 4px double #557; */
   background-color: #ffffff;
   padding: 0px 30px;
-  background-image: url('../images/ux/lightbox/loading.gif');
+  /*background-image: url('@{bootstrap-image-path}/ux/lightbox/loading.gif');*/
   background-repeat: no-repeat;
   border: 10px solid white;
   border-radius: 20px;
+  display: table;
+}
+.roo-el-mask-msg i {
+  display: table-cell;
 }
 .roo-el-mask-msg div {
   font-family: 'Source Sans Pro', sans-serif;
@@ -2188,6 +2187,7 @@ button.list-group-item {
   z-index: 20001;
   padding: 4px 15px;
   color: #555555;
+  display: table-cell;
 }
 .x-body-masked {
   overflow: hidden !important;
@@ -2407,6 +2407,20 @@ a.roo-brick-link:hover {
     margin-right: -5px;
   }
 }
+.modal .roo-mb-progress-wrap {
+  margin-top: 4px;
+  border: 1px solid #286090;
+}
+.modal .roo-mb-progress-wrap .roo-mb-progress {
+  height: 18px;
+  background: transparent url('../images/default/basic-dialog/progress2.gif') repeat-x 1px 1px;
+}
+.modal .roo-mb-progress-wrap .roo-mb-progress .roo-mb-progress-bar {
+  height: 18px;
+  overflow: hidden;
+  width: 0;
+  background: #337ab7;
+}
 .roo-navigation-bar-group,
 .roo-navigation-top-bar,
 .roo-navigation-bullets-bar,
@@ -3513,12 +3527,13 @@ html.bootstrap-sticky body {
   }
 }
 /* paging toolbar */
-.pagination .x-paging-position span {
-  padding-top: 3px;
-  padding-bottom: 3px;
+.table .pagination .x-paging-position span {
+  padding: 3px 6px;
 }
-.pagination .x-paging-position span input {
-  margin: 0 3px;
+.table .pagination .x-paging-position span input {
+  margin: 0 0 0 7px;
+  width: 42px;
+  padding: 0 5px;
 }
 .navbar .pagination > li > span {
   min-height: 34px;
@@ -3790,6 +3805,13 @@ html.bootstrap-sticky body {
 .tooltip.fade.in {
   z-index: 10002;
 }
+.x-hidden {
+  position: absolute;
+  top: 0;
+  left: 0;
+  visibility: hidden;
+  display: none;
+}
 .roo-upload-cropbox-selector {
   visibility: hidden;
   height: 0px;