inst/apps/column-buttons/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;
cursor: grab;
}

.btn:active
{
  transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
  border-bottom: 1px solid;
}

.btn
{
  background-color: #A9A9A9;
  border-color:  #A9A9A9;
border-radius: 30px;
	border-bottom: 5px solid #838383;
color: white;
padding-bottom: 5px;
min-width: 80px;
}

.btn
{
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.active-title:active {
cursor: grabbing;
cursor: grabbing;
}
"
MayaGans/TableGenerator documentation built on Nov. 11, 2019, 3:14 p.m.