koblog/bl-kernel/admin/themes/booty/css/bludit.bootstrap.css

111 lines
1.4 KiB
CSS
Raw Normal View History

a {
2020-11-01 11:55:34 +01:00
color: #1A66A6;
}
a:hover {
2020-11-01 11:55:34 +01:00
color: #1A66A6;
2019-05-18 11:54:39 +02:00
text-decoration: none;
}
.bg-success {
background-color: #8BC34A!important;
}
.text-primary {
2020-11-01 11:55:34 +01:00
color: #06A8C5!important;
}
.text-danger {
color: #D40000!important;
}
2019-05-18 11:54:39 +02:00
a.text-danger:focus,
a.text-danger:hover {
color: #790000!important;
}
/* Buttons */
.btn {
border-radius: 2px;
}
2020-11-01 11:55:34 +01:00
.btn-sm {
padding: .25rem .75rem;
}
.btn-save {
color: #5b8e09;
}
.btn-save:hover {
color: #466d07;
}
.btn-cancel:hover {
color: #000;
}
.btn-primary {
2020-11-01 11:55:34 +01:00
background-color: #0378D3;
border-color: #0378D3;
}
.btn-primary:hover {
2020-11-01 11:55:34 +01:00
background-color: #0270c4;
border-color: #0270c4;
}
2020-11-01 11:55:34 +01:00
.btn-primary-disabled {
background-color: #71b6ff !important;
border-color: #71b6ff !important;
}
2020-11-01 11:55:34 +01:00
.btn-secondary {
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
background-color: #5a6268;
border-color: #5a6268;
}
.btn-light {
color: #212529;
background-color: #f3f3f3;
border-color: #ced4d9;
}
.btn-light.focus,
.btn-light:focus {
box-shadow: none !important;
}
.btn.focus,
.btn:focus {
box-shadow: none !important;
}
/* Form */
.form-control:focus {
box-shadow: none;
}
2019-05-18 11:54:39 +02:00
/* Tables */
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.02);
}
.table thead th {
font-size: 0.8em;
text-transform: uppercase!important;
2020-11-01 11:55:34 +01:00
}
/* Right sidebar Options */
#sidebarOptions .card {
background: none;
border: none;
}
#sidebarOptions a {
color: #212529;
2019-05-18 11:54:39 +02:00
}