mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 19:47:20 -06:00
#7449: Remove color from table header links
This commit is contained in:
parent
7041486b93
commit
cf173d4f50
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-print.css
vendored
BIN
netbox/project-static/dist/netbox-print.css
vendored
Binary file not shown.
@ -190,16 +190,21 @@ div#advanced-search-content div.card div.card-body div.col:not(:last-child) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
td {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.table > :not(caption) > * > * {
|
|
||||||
padding-right: $table-cell-padding-x-sm !important;
|
|
||||||
padding-left: $table-cell-padding-x-sm !important;
|
|
||||||
}
|
}
|
||||||
|
th {
|
||||||
|
a, a:hover {
|
||||||
|
color: $body-color;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
@ -224,6 +229,11 @@ table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.table > :not(caption) > * > * {
|
||||||
|
padding-right: $table-cell-padding-x-sm !important;
|
||||||
|
padding-left: $table-cell-padding-x-sm !important;
|
||||||
|
}
|
||||||
|
|
||||||
&.object-list {
|
&.object-list {
|
||||||
th {
|
th {
|
||||||
font-size: $font-size-xs;
|
font-size: $font-size-xs;
|
||||||
|
Loading…
Reference in New Issue
Block a user