mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
updated less files for license details to adhere to dark skin themes
This commit is contained in:
parent
b7b21689f2
commit
0ed59753da
|
@ -355,6 +355,14 @@ input[type=text], input[type=search] {
|
|||
background-color: var(--back-sub-alt);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(odd){
|
||||
background-color: var(--back-sub);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(even){
|
||||
background-color: var(--back-sub-alt);
|
||||
color: var(--text-main);
|
||||
}
|
||||
#webui>div>div>div>div>div>table>tbody>tr>td>a>i.fa, .box-body, .box-footer, .box-header {
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
@ -407,3 +415,6 @@ a {
|
|||
.search-highlight, .search-highlight:hover {
|
||||
background-color: #e9d15b;
|
||||
}
|
||||
div.container.row-new-striped{
|
||||
background-color: var(--back-sub);
|
||||
}
|
|
@ -386,6 +386,14 @@ a {
|
|||
border-top: 1px solid #dddddd;
|
||||
display: table-cell;
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(odd){
|
||||
background-color: var(--back-sub);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(even){
|
||||
background-color: var(--back-sub-alt);
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
.search-highlight, .search-highlight:hover {
|
||||
background-color: #e9d15b;
|
||||
|
|
|
@ -386,6 +386,14 @@ a {
|
|||
border-top: 1px solid #dddddd;
|
||||
display: table-cell;
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(odd){
|
||||
background-color: var(--back-sub);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(even){
|
||||
background-color: var(--back-sub-alt);
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
|
||||
.search-highlight, .search-highlight:hover {
|
||||
|
|
|
@ -388,7 +388,14 @@ a {
|
|||
border-top: 1px solid #dddddd;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.row-new-striped > .row:nth-of-type(odd){
|
||||
background-color: var(--back-sub);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(even){
|
||||
background-color: var(--back-sub-alt);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.search-highlight, .search-highlight:hover {
|
||||
background-color: #e9d15b;
|
||||
}
|
|
@ -388,6 +388,14 @@ a {
|
|||
border-top: 1px solid #dddddd;
|
||||
display: table-cell;
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(odd){
|
||||
background-color: var(--back-sub);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(even){
|
||||
background-color: var(--back-sub-alt);
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
.search-highlight, .search-highlight:hover {
|
||||
background-color: #e9d15b;
|
||||
|
|
|
@ -389,6 +389,15 @@ a {
|
|||
display: table-cell;
|
||||
}
|
||||
|
||||
.row-new-striped > .row:nth-of-type(odd){
|
||||
background-color: var(--back-sub);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(even){
|
||||
background-color: var(--back-sub-alt);
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
.search-highlight, .search-highlight:hover {
|
||||
background-color: #e9d15b;
|
||||
}
|
|
@ -387,6 +387,15 @@ a {
|
|||
display: table-cell;
|
||||
}
|
||||
|
||||
.row-new-striped > .row:nth-of-type(odd){
|
||||
background-color: var(--back-sub);
|
||||
color: var(--text-main);
|
||||
}
|
||||
.row-new-striped > .row:nth-of-type(even){
|
||||
background-color: var(--back-sub-alt);
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
.search-highlight, .search-highlight:hover {
|
||||
background-color: #e9d15b;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue