mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 07:47:42 +02:00
106 lines
2.0 KiB
CSS
106 lines
2.0 KiB
CSS
|
|
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
|
|
color: #3283f6;
|
|
}
|
|
|
|
.text-sm-logo{
|
|
color:#fff;
|
|
font-size: 21px;
|
|
margin-left: 5px !important;
|
|
}
|
|
|
|
.text-lg-logo{
|
|
color:#fff;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.vertical-center{
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.text-low {
|
|
color: #FDD835;
|
|
}
|
|
|
|
.text-critical {
|
|
color: #E53935;
|
|
}
|
|
|
|
.badge-critical {
|
|
color: #fff;
|
|
background-color: #E53935;
|
|
}
|
|
|
|
.badge-low {
|
|
color: #fff;
|
|
background-color: #FFD600;
|
|
}
|
|
|
|
.form-control:focus,
|
|
input[type="text"]:focus,
|
|
input[type="password"]:focus,
|
|
input[type="datetime"]:focus,
|
|
input[type="datetime-local"]:focus,
|
|
input[type="date"]:focus,
|
|
input[type="month"]:focus,
|
|
input[type="time"]:focus,
|
|
input[type="week"]:focus,
|
|
input[type="number"]:focus,
|
|
input[type="email"]:focus,
|
|
input[type="url"]:focus,
|
|
input[type="search"]:focus,
|
|
input[type="tel"]:focus,
|
|
input[type="color"]:focus,
|
|
.uneditable-input:focus {
|
|
border-color: rgba(33, 150, 243, 0.8);
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
|
|
outline: 0 none;
|
|
}
|
|
|
|
input[type="text"][disabled] {
|
|
background-color: #dddddd;
|
|
}
|
|
|
|
.accordion-item{
|
|
margin-top: -10px;
|
|
}
|
|
|
|
/* jquery steps for scan engine */
|
|
.wizard > .content > .body{
|
|
padding: 1% !important;
|
|
}
|
|
|
|
/* select2 badges */
|
|
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
|
|
list-style: none;
|
|
}
|
|
|
|
|
|
.select2-container .select2-selection--multiple .select2-selection__choice{
|
|
background-color: #3283f6 !important;
|
|
border: none !important;
|
|
color: #fff !important;
|
|
border-radius: 3px !important;
|
|
padding: 0 7px !important;
|
|
margin-top: 6px !important;
|
|
}
|
|
|
|
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
|
|
color: #fff !important;
|
|
}
|
|
|
|
.select2-selection__rendered {
|
|
line-height: 31px !important;
|
|
}
|
|
.select2-container .select2-selection--single {
|
|
height: 35px !important;
|
|
}
|
|
.select2-selection__arrow {
|
|
height: 34px !important;
|
|
}
|