mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
561 lines
9.3 KiB
561 lines
9.3 KiB
.red-fonts {
|
|
color: #ed5565;
|
|
}
|
|
|
|
.form-group.required .control-label:after {
|
|
content: " *";
|
|
color: red;
|
|
}
|
|
|
|
.n-invalid {
|
|
border: 1px solid #f00;
|
|
}
|
|
|
|
.primary-panel .ibox-title {
|
|
color: #ffffff;
|
|
background-color: var(--primary-color);
|
|
}
|
|
|
|
.primary-panel .ibox-content {
|
|
border: 1px solid var(--primary-color);
|
|
}
|
|
|
|
.info-panel .ibox-title {
|
|
color: #ffffff;
|
|
background-color: #23c6c8;
|
|
}
|
|
|
|
.info-panel .ibox-content {
|
|
border: 1px solid #23c6c8;;
|
|
}
|
|
|
|
th a {
|
|
color: #676a6c;
|
|
}
|
|
|
|
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
|
background-color: var(--primary-color) !important;
|
|
/*color: #333 !important;*/
|
|
}
|
|
|
|
.select2-selection--single,
|
|
.select2-selection--multiple {
|
|
border: 1px solid #e5e6e7 !important;
|
|
cursor: text !important;
|
|
}
|
|
|
|
.select2-container--forcus {
|
|
border: 1px solid var(--primary-color) !important;
|
|
}
|
|
|
|
.select2-selection__choice,
|
|
.chosen-container-multi .chosen-choices li.search-choice {
|
|
background: #f1f1f1 !important;
|
|
border: 1px solid #e5e6e7 !important;
|
|
/*border: 1px solid #ededed;*/
|
|
border-radius: 2px !important;
|
|
box-shadow: none !important;
|
|
color: #333333 !important;
|
|
cursor: default !important;
|
|
line-height: 13px !important;
|
|
/*margin: 3px 0 3px 5px !important;*/
|
|
padding: 3px 20px 3px 5px !important;
|
|
position: relative !important;
|
|
}
|
|
|
|
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
|
border: 1px solid var(--primary-color) !important;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
|
|
}
|
|
|
|
.passwordBox2 {
|
|
max-width: 660px;
|
|
margin: 0 auto;
|
|
padding: 100px 20px 20px 20px;
|
|
}
|
|
|
|
.no-borders-tr td {
|
|
border-top: none !important;
|
|
}
|
|
|
|
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
|
|
background-color: var(--primary-color) !important;
|
|
}
|
|
|
|
table.dataTable tbody tr.selected a,
|
|
table.dataTable tbody th.selected a,
|
|
table.dataTable tbody td.selected a,
|
|
table.dataTable tbody tr.selected td i.text-navy,
|
|
table.dataTable tbody th.selected td i.text-navy,
|
|
table.dataTable tbody td.selected td i.text-navy {
|
|
color: white;
|
|
}
|
|
|
|
.m-0 {
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.m-t-0 {
|
|
margin-top: 0px !important;
|
|
}
|
|
|
|
.m-b-0 {
|
|
margin-bottom: 0px !important;
|
|
}
|
|
|
|
.m-l-0 {
|
|
margin-left: 0px !important;
|
|
}
|
|
|
|
.m-r-0 {
|
|
margin-right: 0px !important;
|
|
}
|
|
|
|
.m-5 {
|
|
margin: 5px !important;
|
|
}
|
|
|
|
.m-t-5 {
|
|
margin-top: 5px !important;
|
|
}
|
|
|
|
.m-b-5 {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
|
|
.m-l-5 {
|
|
margin-left: 5px !important;
|
|
}
|
|
|
|
.m-r-5 {
|
|
margin-right: 5px !important;
|
|
}
|
|
|
|
.m-m-m{
|
|
margin-left: 50px !important;
|
|
}
|
|
|
|
.m-10 {
|
|
margin: 10px !important;
|
|
}
|
|
.f-i-l-e{
|
|
/*float: left;*/
|
|
margin-left: 1000px !important;
|
|
/*padding-left: 1000px !important;*/
|
|
}
|
|
.m-t-10 {
|
|
margin-top: 10px !important;
|
|
}
|
|
|
|
.m-b-10 {
|
|
margin-bottom: 10px !important;
|
|
}
|
|
|
|
.m-l-10 {
|
|
margin-left: 10px !important;
|
|
}
|
|
|
|
.m-r-10 {
|
|
margin-right: 10px !important;
|
|
}
|
|
|
|
.m-15 {
|
|
margin: 15px !important;
|
|
}
|
|
|
|
.m-t-15 {
|
|
margin-top: 15px !important;
|
|
}
|
|
|
|
.m-b-15 {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
|
|
.m-l-15 {
|
|
margin-left: 15px !important;
|
|
}
|
|
|
|
.m-r-15 {
|
|
margin-right: 15px !important;
|
|
}
|
|
|
|
.m-20 {
|
|
margin: 20px !important;
|
|
}
|
|
|
|
.m-t-20 {
|
|
margin-top: 20px !important;
|
|
}
|
|
|
|
.m-b-20 {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
|
|
.m-l-20 {
|
|
margin-left: 20px !important;
|
|
}
|
|
|
|
.m-r-20 {
|
|
margin-right: 20px !important;
|
|
}
|
|
|
|
.m-25 {
|
|
margin: 25px !important;
|
|
}
|
|
|
|
.m-t-25 {
|
|
margin-top: 25px !important;
|
|
}
|
|
|
|
.m-b-25 {
|
|
margin-bottom: 25px !important;
|
|
}
|
|
|
|
.m-l-25 {
|
|
margin-left: 25px !important;
|
|
}
|
|
|
|
.m-r-25 {
|
|
margin-right: 25px !important;
|
|
}
|
|
|
|
.m-30 {
|
|
margin: 30px !important;
|
|
}
|
|
|
|
.m-t-30 {
|
|
margin-top: 30px !important;
|
|
}
|
|
|
|
.m-b-30 {
|
|
margin-bottom: 30px !important;
|
|
}
|
|
|
|
.m-l-30 {
|
|
margin-left: 30px !important;
|
|
}
|
|
|
|
.m-r-30 {
|
|
margin-right: 30px !important;
|
|
}
|
|
|
|
.ydxbd {
|
|
font-size: 12px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
padding-top: 15px;
|
|
margin-bottom: 15px;
|
|
display: block;
|
|
background: #f4f4f4;
|
|
padding-left: 10px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.mar {
|
|
margin-left: 2px;
|
|
line-height: 0px;
|
|
}
|
|
|
|
.mar-j {
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.form-asset-on p {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.form-asset-on button {
|
|
background: #f1f1f1;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.form-asset-on {
|
|
border: 1px solid #e5e6e7;
|
|
padding-top: 5px;
|
|
padding-bottom: 0px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
min-height: 34px;
|
|
height: 100%;
|
|
}
|
|
|
|
.mgl-5 {
|
|
margin-left: 5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.c02 {
|
|
color: #999;
|
|
}
|
|
|
|
.tagBtnList {
|
|
font-size: 12px;
|
|
line-height: 32px;
|
|
margin: -5px 0 0 0;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.tagBtn2 {
|
|
margin: 0 5px 5px 0;
|
|
font-size: 12px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_filter,
|
|
.dataTables_length {
|
|
// float: right !important;
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_filter {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.simple-tag {
|
|
background-color: #f3f3f4;
|
|
border: 1px solid #e7eaec;
|
|
border-radius: 2px;
|
|
color: inherit;
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
margin-right: 5px;
|
|
margin-top: 5px;
|
|
padding: 5px 12px;
|
|
}
|
|
|
|
#op.col-md-6 {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.help-message {
|
|
padding-left: 10px;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
margin-bottom: 0;
|
|
margin-left: 10px;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.navbar-default {
|
|
background-color: #2f4050;
|
|
border-color: #2f4050;
|
|
}
|
|
|
|
.nav-header, body.mini-navbar .nav-header {
|
|
padding: 0;
|
|
/*background: #202c37;*/
|
|
}
|
|
|
|
.profile-element div:first-child {
|
|
line-height: 60px;
|
|
/*width: 70px;*/
|
|
/*float: left;*/
|
|
text-align: center;
|
|
}
|
|
|
|
.profile-element div:last-child a {
|
|
line-height: 60px;
|
|
width: 150px;
|
|
float: left;
|
|
font-size: 22px;
|
|
color: var(--primary-color);
|
|
}
|
|
|
|
.logo-element {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.welcome-message img {
|
|
margin: -11px 0;
|
|
}
|
|
|
|
.nav.nav-tabs li.active {
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.ibox-title {
|
|
border-top: none;
|
|
}
|
|
|
|
.nav.nav-tabs li > a {
|
|
max-height: 38px;
|
|
}
|
|
|
|
.nav.nav-tabs li.active a {
|
|
border: none;
|
|
}
|
|
|
|
.popover-title {
|
|
padding: 8px 14px;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
background-color: #f7f7f7;
|
|
border-bottom: 1px solid #ebebeb;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
|
|
.popover {
|
|
padding: 9px 14px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1060;
|
|
display: none;
|
|
max-width: 276px;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1.42857143;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
letter-spacing: normal;
|
|
word-break: normal;
|
|
word-spacing: normal;
|
|
word-wrap: normal;
|
|
white-space: normal;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ccc;
|
|
border-radius: 6px;
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
|
line-break: auto;
|
|
}
|
|
|
|
.tree-toggle {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 1px;
|
|
height: 100%;
|
|
}
|
|
|
|
.tree-toggle-btn {
|
|
width: 12px;
|
|
text-align: center;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.profile-dropdown li a {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.ellipsis {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.form-group .required .control-label:after {
|
|
content:"*";
|
|
color:red;
|
|
}
|
|
|
|
#tree-refresh .fa-refresh {
|
|
font: normal normal normal 14px/1 FontAwesome !important;
|
|
}
|
|
|
|
.select2-selection__rendered span.select2-selection, .select2-container .select2-selection--single, .select2-selection__arrow {
|
|
height: 34px !important;
|
|
}
|
|
|
|
.select2-selection {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
span.select2-selection__placeholder {
|
|
line-height: 34px !important;
|
|
}
|
|
|
|
.p-l-5 {
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.p-r-5 {
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
|
|
.dropdown-submenu>.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -6px;
|
|
margin-left: -1px;
|
|
-webkit-border-radius: 0 6px 6px 6px;
|
|
-moz-border-radius: 0 6px 6px;
|
|
border-radius: 0 6px 6px 6px;
|
|
}
|
|
|
|
.dropdown-submenu:hover>.dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
.dropdown-submenu>a:after {
|
|
display: block;
|
|
content: " ";
|
|
float: right;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid;
|
|
border-width: 5px 0 5px 5px;
|
|
border-left-color: #ccc;
|
|
margin-top: 5px;
|
|
margin-right: -10px;
|
|
}
|
|
|
|
.dropdown-submenu:hover>a:after {
|
|
border-left-color: #fff;
|
|
}
|
|
|
|
.dropdown-submenu.pull-left {
|
|
float: none;
|
|
}
|
|
|
|
.dropdown-submenu.pull-left>.dropdown-menu {
|
|
left: -100px;
|
|
margin-left: 10px;
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
border-radius: 6px 0 6px 6px;
|
|
}
|
|
|
|
|
|
.bootstrap-tagsinput {
|
|
border: 1px solid #e5e6e7;
|
|
box-shadow: none;
|
|
padding: 4px 6px;
|
|
cursor: text;
|
|
}
|
|
|
|
/*.bootstrap-tagsinput {*/
|
|
/* background-color: #fff;*/
|
|
/* border: 1px solid #ccc;*/
|
|
/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
|
|
/* display: inline-block;*/
|
|
/* color: #555;*/
|
|
/* vertical-align: middle;*/
|
|
/* border-radius: 4px;*/
|
|
/* max-width: 100%;*/
|
|
/* line-height: 22px;*/
|
|
/*}*/
|
|
|
|
.bootstrap-tagsinput input {
|
|
border: none;
|
|
box-shadow: none;
|
|
outline: none;
|
|
background-color: transparent;
|
|
padding: 0 6px;
|
|
margin: 0;
|
|
width: auto;
|
|
height: 22px;
|
|
max-width: inherit;
|
|
}
|
|
|
|
table.table-striped.table-bordered {
|
|
width: 100% !important;
|
|
}
|