argos/dmp-frontend/src/app/datasets/dataset.component.css

56 lines
778 B
CSS
Raw Normal View History

.invisible {
display:none;
}
.visible {
display:block;
}
tr.hover:hover > * {
background-color: #eeeeee;
}
.editor-container{
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.button-150px {
max-width: 150px;
}
.ng-template{
text-align: right;
}
.grayout-empty-table {
opacity: 0.6; /* Real browsers */
filter: alpha(opacity = 60); /* MSIE */
text-align: center;
vertical-align: middle;
}
.btncustom{
background-color:#337ab7;
color:white;
margin-top:15px;
2017-11-15 18:32:34 +01:00
}
.cursor-hand{
cursor: pointer;
2017-11-16 11:10:51 +01:00
}
.hidden-keepspace{
visibility: hidden;
2017-11-29 17:15:47 +01:00
}
.ui-autocomplete-multiple {
width: 100% !important;
}
.ui-autocomplete-multiple-container {
width: 100% !important;
}