inst/apps/dragdrop/CSS.R

css = "
div {
  margin-top: 17px;
}
.active-title {
  margin: 0;
}

#df {
  padding: 5px;
}

#table {
    adisplay: block;
	margin: 0 auto;
width: auto;
}

#sidebar {
  background-color: red;
}

.well {
  background-color: #152238;
  color: white;
z-index: -100;
}

.active-title:hover {
transform: scale(1.1);
background-color: white;
color: black;
  border-radius: 10px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
background-color: white !important;
}
"
MayaGans/TableGenerator documentation built on Nov. 11, 2019, 3:14 p.m.