2020-04-08 17:24:46 +02:00
|
|
|
.browser-item {
|
|
|
|
background: none;
|
|
|
|
padding: .1em;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.browser-icons {
|
|
|
|
margin-right: .5em;
|
|
|
|
}
|
2020-04-13 21:35:53 +02:00
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
background-color: #32383e;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.duration {
|
|
|
|
float: right;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2020-04-15 18:10:26 +02:00
|
|
|
|
2020-04-16 18:26:12 +02:00
|
|
|
.form-control, .tags-list ul li div input, .custom-select {
|
2020-04-15 18:10:26 +02:00
|
|
|
color: #e4e4e4;
|
|
|
|
background-color: #32383E;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control:disabled, .form-control[readonly] {
|
|
|
|
color: #b4b4b4;
|
|
|
|
background-color:#485159;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-select {
|
|
|
|
background: #32383E url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='rgb(228, 228, 228)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control:focus, .form-control.focus, .b-form-tags.focus, .custom-select:focus {
|
|
|
|
color: #f5f5f5;
|
|
|
|
background-color: #424a53;
|
|
|
|
}
|
2020-04-16 18:26:12 +02:00
|
|
|
|
|
|
|
.alert {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|