checktheroads 5 лет назад
Родитель
Сommit
4e30ed9693
2 измененных файлов с 24 добавлено и 1 удалено
  1. 23 0
      netbox/project-static/netbox.scss
  2. 1 1
      netbox/project-static/theme.scss

+ 23 - 0
netbox/project-static/netbox.scss

@@ -280,6 +280,17 @@ div#content-title {
   display: flex;
   flex-direction: column;
   flex: 1 0 auto;
+
+  h1 {
+    &:hover {
+      text-decoration: underline;
+      text-decoration-thickness: 1px;
+    }
+    > a {
+      text-decoration: none;
+      color: $body-color;
+    }
+  }
 }
 
 div.paginator > form > div.input-group {
@@ -328,3 +339,15 @@ label.required {
     position: absolute;
   }
 }
+
+div.bulk-buttons {
+  display: flex;
+  & > * {
+    margin: $spacer / 4;
+  }
+}
+
+i.bi-plus:before,
+span.bi-plus:before {
+  font-weight: $font-weight-bold !important;
+}

+ 1 - 1
netbox/project-static/theme.scss

@@ -3,7 +3,7 @@
 // Override built-in variables/add new variables.
 $green: #47e5bc;
 $orange: #f9a620;
-$yellow: #ffd449;
+// $yellow: #ffd449;
 $red: #ff5964;
 $alt: #13293d;