1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

General UI cleanup

This commit is contained in:
jeremystretch
2021-07-21 11:20:35 -04:00
parent d42138384f
commit 19eafef41e
28 changed files with 679 additions and 650 deletions

View File

@@ -3,7 +3,7 @@
@use 'sass:map';
:root {
--nbx-sidebar-bg: #{$gray-100};
--nbx-sidebar-bg: #{$gray-200};
--nbx-sidebar-link-color: #{$gray-800};
--nbx-sidebar-link-hover-bg: #{$blue-100};
--nbx-sidebar-title-color: #{$text-muted};
@@ -23,7 +23,7 @@
--nbx-color-mode-toggle-color: #{$primary};
body[data-netbox-color-mode='dark'] {
--nbx-sidebar-bg: #{$gray-900};
--nbx-sidebar-bg: #{$gray-800};
--nbx-sidebar-link-color: #{$gray-200};
--nbx-sidebar-link-hover-bg: #{rgba($blue-300, 0.15)};
--nbx-sidebar-title-color: #{$gray-600};
@@ -300,6 +300,11 @@ body {
vertical-align: bottom;
}
}
&.attr-table {
th {
width: 25%;
}
}
}
}
@@ -605,6 +610,7 @@ span.color-label {
height: 1rem;
display: block;
box-shadow: $box-shadow-sm;
border: 1px solid #303030;
border-radius: $border-radius;
padding: $badge-padding-y $badge-padding-x;
}