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.

61 lines
1.5 KiB

.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
box-shadow: inset 0 1px 0 #d43f3a;
text-shadow: none;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
background-image: linear-gradient(180deg,#ee5f5b,#bd362f);
}
.btn.disabled, .btn.disabled:focus, .btn.disabled:hover, .btn[disabled], .btn[disabled]:focus, .btn[disabled]:hover {
cursor: not-allowed;
color: #fff;
text-shadow: none;
opacity: .65;
box-shadow: none;
background-image: linear-gradient(180deg,#ee5f5b,#bd362f);
}
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger[disabled] {
color: #fff;
background-color: #bd362f;
background-image: linear-gradient(180deg,#c9302c,#ac2925);
}
.alert {
margin-bottom: 0px;
border-radius: 4px;
position: relative;
padding: 8px 35px 8px 27px;
word-wrap: break-word;
color: #333;
}
[class*=" icon-check-circle"]:before, [class^=icon-check-circle]:before {
font-family: Splunk Icons;
font-style: normal;
font-weight: 400;
text-decoration: inherit;
line-height: inherit;
font-size: 20px;
color: #5cc05c;
}
[class*=" icon-visible"]:before, [class^=icon-visible]:before {
font-family: Splunk Icons;
font-style: normal;
font-weight: 400;
text-decoration: inherit;
line-height: inherit;
font-size: 22px;
}