mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
fixes dark blue and btn-warning bg
This commit is contained in:
parent
af2f288286
commit
f91e76e0f2
|
@ -195,6 +195,9 @@ a.accordion-header {
|
||||||
.btn-info.btn-outline {
|
.btn-info.btn-outline {
|
||||||
color: #5bc0de;
|
color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
.btn-warning{
|
||||||
|
background-color:#f39c12 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-warning.btn-outline {
|
.btn-warning.btn-outline {
|
||||||
color: #f0ad4e;
|
color: #f0ad4e;
|
||||||
|
@ -499,14 +502,14 @@ h4 {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-top: 1px solid #dddddd;
|
border-top: 1px solid #dddddd;
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-new-striped > .row:nth-of-type(odd) {
|
.row-new-striped > .row:nth-of-type(odd) {
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
border-top: 1px solid #dddddd;
|
border-top: 1px solid #dddddd;
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-new-striped div {
|
.row-new-striped div {
|
||||||
|
@ -740,7 +743,7 @@ input[type="checkbox"] {
|
||||||
|
|
||||||
input[type="checkbox"]::before {
|
input[type="checkbox"]::before {
|
||||||
|
|
||||||
/** If you want to use the non-checkbox, filled square, use this instead **/
|
/** If you want to use the non-checkbox, filled square, use this instead **/
|
||||||
content: "";
|
content: "";
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
|
|
|
@ -132,6 +132,9 @@ a {
|
||||||
#ldapad_test_results.well.well-sm{
|
#ldapad_test_results.well.well-sm{
|
||||||
color: var(--back-main);
|
color: var(--back-main);
|
||||||
}
|
}
|
||||||
|
a.actions {
|
||||||
|
color:#fff !important;
|
||||||
|
}
|
||||||
//pagination
|
//pagination
|
||||||
.pagination > li >a{
|
.pagination > li >a{
|
||||||
color: var(--light-link);
|
color: var(--light-link);
|
||||||
|
@ -394,6 +397,12 @@ a {
|
||||||
color: var(--visited-link)
|
color: var(--visited-link)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#customFieldsTable a[href*='/models'] {
|
||||||
|
color: var(--back-sub);
|
||||||
|
}
|
||||||
|
#customFieldsTable a[href*='/fieldsets']{
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.row-striped {
|
.row-striped {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
Loading…
Reference in a new issue