commit
777858d7bd
@ -84,6 +84,27 @@ body,
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* PLACEHOLDER TEXT */
|
||||||
|
::placeholder {
|
||||||
|
color: var(--text) !important;
|
||||||
|
opacity: .5!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
:-moz-placeholder {
|
||||||
|
color: var(--text) !important;
|
||||||
|
opacity: .5!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
:-ms-input-placeholder {
|
||||||
|
color: var(--text) !important;
|
||||||
|
opacity: .5!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-input-placeholder {
|
||||||
|
color: var(--text) !important;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
/* CARDS */
|
/* CARDS */
|
||||||
.card {
|
.card {
|
||||||
background: rgb(255 255 255 / 8%);
|
background: rgb(255 255 255 / 8%);
|
||||||
@ -131,12 +152,12 @@ body,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .nav li.active>a:before,
|
.sidebar .nav li.active>a:before,
|
||||||
.off-canvas-sidebar .nav li.active>a:before,
|
|
||||||
.sidebar .nav li.active>a:after {
|
.sidebar .nav li.active>a:after {
|
||||||
border-right: 17px solid var(--accent-color);
|
border-right: 17px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
|
.off-canvas-sidebar .nav li.active>a:before,
|
||||||
.off-canvas-sidebar .nav li.active>a:after {
|
.off-canvas-sidebar .nav li.active>a:after {
|
||||||
border-right: 17px solid var(--accent-color);
|
border-right: 17px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
@ -289,6 +310,12 @@ textarea {
|
|||||||
color: var(--button-color);
|
color: var(--button-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-primary:focus {
|
||||||
|
border-color: var(--button-color);
|
||||||
|
color: var(--button-color);
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
border-color: var(--button-color-hover);
|
border-color: var(--button-color-hover);
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
@ -358,11 +385,14 @@ div>div>div.modal-footer>button.btn.btn-default.pull-left:hover,
|
|||||||
.table>thead>tr.active>th,
|
.table>thead>tr.active>th,
|
||||||
.table>thead>tr>td.active,
|
.table>thead>tr>td.active,
|
||||||
.table>thead>tr>th.active,
|
.table>thead>tr>th.active,
|
||||||
.fixed-header th,
|
|
||||||
.row-clickable.active {
|
.row-clickable.active {
|
||||||
background-color: rgb(0 0 0 / 25%);
|
background-color: rgb(0 0 0 / 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fixed-header th {
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
.table thead tr>th,
|
.table thead tr>th,
|
||||||
.table thead tr>td,
|
.table thead tr>td,
|
||||||
.table tbody tr>th,
|
.table tbody tr>th,
|
||||||
@ -404,6 +434,7 @@ color: var(--text);
|
|||||||
box-shadow: 0 0 10px 0px #000000;
|
box-shadow: 0 0 10px 0px #000000;
|
||||||
background: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
}
|
}
|
||||||
|
.off-canvas-sidebar .nav li.active>a:before,
|
||||||
.off-canvas-sidebar .nav > li.active > a:after {
|
.off-canvas-sidebar .nav > li.active > a:after {
|
||||||
border-left: 17px solid var(--accent-color);
|
border-left: 17px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user