Updated missing shiny app styles and form-control font size
This commit is contained in:
@@ -10,3 +10,74 @@ input[type="text"], input[type="password"], input[type="number"] {
|
|||||||
.selectize-input input[type="text"] {
|
.selectize-input input[type="text"] {
|
||||||
height: 27px !important;
|
height: 27px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.selectize-control .selectize-input.disabled {
|
||||||
|
cursor: not-allowed !important;
|
||||||
|
opacity: 1;
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
.selectize-input.disabled, .selectize-input.disabled * {
|
||||||
|
cursor: not-allowed !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.table.dataTable tbody tr td.actions-col, .table.dataTable thead tr th.actions-col {
|
||||||
|
min-width: 140px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row-header {
|
||||||
|
padding-bottom: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 30px;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group.has-success div div.selectize-control div.selectize-input {
|
||||||
|
border-color: #00a65a;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-content {
|
||||||
|
border-left: 1px solid #ddd;
|
||||||
|
padding: 8px;
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.noise-parameter {
|
||||||
|
display: inline-block;
|
||||||
|
width: 32%;
|
||||||
|
padding: 0px 20px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
dl.parameters {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: max-content auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
dl.parameters dt {
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
dl.parameters dt::after {
|
||||||
|
content: ":";
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dl.parameters dd {
|
||||||
|
grid-column-start: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.deleted-row {
|
||||||
|
text-decoration: line-through;
|
||||||
|
color: #BBB;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
color: #BBB;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vr {
|
||||||
|
color: #BBB;
|
||||||
|
opacity: 1.0;
|
||||||
|
width: 2px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -441,6 +441,10 @@ a:focus {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
.form-group.has-success label {
|
.form-group.has-success label {
|
||||||
color: #008549;
|
color: #008549;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user