All Downloads are FREE. Search and download functionalities are using the official Maven repository.

admin.stylesheets.bootstrap-editable-fix.css Maven / Gradle / Ivy

There is a newer version: 0.5.2
Show newest version
/* line 5, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/bootstrap-editable-fix.scss */
.datepicker table {
  width: 100%;
  border: 1px solid #CDCDCD;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px -2px #cccccc;
  -moz-box-shadow: 0 2px 2px -2px #cccccc;
  box-shadow: 0 2px 2px -2px #cccccc; }
  /* line 13, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/bootstrap-editable-fix.scss */
  .datepicker table thead tr:first-child {
    background: #ececec;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ececec));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #ececec);
    background-image: -moz-linear-gradient(top, #fdfdfd, #ececec);
    background-image: -o-linear-gradient(top, #fdfdfd, #ececec);
    background-image: linear-gradient(top, #fdfdfd, #ececec);
    border-bottom: 1px solid #CDCDCD; }
    /* line 18, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/bootstrap-editable-fix.scss */
    .datepicker table thead tr:first-child th {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      /* line 21, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/bootstrap-editable-fix.scss */
      .datepicker table thead tr:first-child th:hover {
        background: #ececec;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ececec));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #ececec);
        background-image: -moz-linear-gradient(top, #fdfdfd, #ececec);
        background-image: -o-linear-gradient(top, #fdfdfd, #ececec);
        background-image: linear-gradient(top, #fdfdfd, #ececec);
        color: #404040; }
  /* line 31, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/bootstrap-editable-fix.scss */
  .datepicker table tr td.day:hover, .datepicker table tr td span:hover {
    background: #32779a;
    color: #fff; }
  /* line 36, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/bootstrap-editable-fix.scss */
  .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.active {
    background: #519FC7;
    color: #fff; }

/* line 44, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/bootstrap-editable-fix.scss */
.datepicker-inline {
  width: auto; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy