20 lines
698 B
CSS
20 lines
698 B
CSS
#menuActions{float:right !important;}
|
|
#featurebar .breadcrumb{padding: 5px 0; margin: 0}
|
|
#featurebar .breadcrumb>li+li:before {content: '>'}
|
|
.input-group-required > .required::after, .required-wrapper.required::after {top:12px !important;}
|
|
.modal-body .table {margin-bottom:0px !important;}
|
|
a.disabled, a.disabled:focus, a.disabled:hover, a[disabled], a[disabled]:focus, a[disabled]:hover {color: #aaa !important; text-decoration: none; cursor: default;}
|
|
.icon-grid:before{content:"\e949"}
|
|
|
|
#fieldList td.actions .btn{
|
|
display: inline-block;
|
|
width: 26px;
|
|
padding: 2px;
|
|
overflow: hidden;
|
|
line-height: 20px;
|
|
color: #16a8f8;
|
|
background: 0 0;
|
|
border:0px;
|
|
border-color: transparent;
|
|
}
|