Buttons and text color
This commit is contained in:
parent
efebf4ab26
commit
37f636a16e
@ -30,7 +30,7 @@
|
||||
.panel .panel-heading .panel-title {
|
||||
color: #ffffff;
|
||||
}
|
||||
.text-info, .text-dark {
|
||||
.drop-title, .tabs-style-flip nav a, .text-info, .text-dark .bg-title .breadcrumb a, .daterangepicker .input-mini, .dd-handle, .dd3-content, .dropify-wrapper, .form-control, .panel-default .panel-heading, .panel-white .panel-heading, .select2-container .select2-choice, .steamline .sl-right div>a, .white-box .box-title, a.list-group-item, button.list-group-item, h1, h2, h3, h4, h5, h6, .panel-default .panel-body, .panel-white .panel-body {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
@ -64,6 +64,15 @@
|
||||
.lock-screen {
|
||||
background: var(--main-bg-color) !important;
|
||||
}
|
||||
/* Buttons */
|
||||
.btn-primary, .btn-primary.disabled {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
.form-material .form-control, .form-material .form-control:focus {
|
||||
background: #1f1f1f;
|
||||
border-radius: 3px;
|
||||
@ -365,13 +374,4 @@
|
||||
max-width: 100%;
|
||||
max-height: 250px;
|
||||
width: auto;
|
||||
}
|
||||
/* loginpage reset passwd */
|
||||
.btn-primary, .btn-primary.disabled {
|
||||
background: var(--modal-bg-color);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
.panel .panel-heading .panel-title {
|
||||
color: #ffffff;
|
||||
}
|
||||
.text-info, .text-dark {
|
||||
.drop-title, .tabs-style-flip nav a, .text-info, .text-dark .bg-title .breadcrumb a, .daterangepicker .input-mini, .dd-handle, .dd3-content, .dropify-wrapper, .form-control, .panel-default .panel-heading, .panel-white .panel-heading, .select2-container .select2-choice, .steamline .sl-right div>a, .white-box .box-title, a.list-group-item, button.list-group-item, h1, h2, h3, h4, h5, h6, .panel-default .panel-body, .panel-white .panel-body {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
@ -64,6 +64,15 @@
|
||||
.lock-screen {
|
||||
background: var(--main-bg-color) !important;
|
||||
}
|
||||
/* Buttons */
|
||||
.btn-primary, .btn-primary.disabled {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
.form-material .form-control, .form-material .form-control:focus {
|
||||
background: #1f1f1f;
|
||||
border-radius: 3px;
|
||||
@ -365,13 +374,4 @@
|
||||
max-width: 100%;
|
||||
max-height: 250px;
|
||||
width: auto;
|
||||
}
|
||||
/* loginpage reset passwd */
|
||||
.btn-primary, .btn-primary.disabled {
|
||||
background: var(--modal-bg-color);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user