Browse Source

1st bootstrap 5 cosmetic fixes

Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 23 hours ago
parent
commit
f33768fe32
2 changed files with 74 additions and 87 deletions
  1. 5 0
      public/styles/style-bootstrap.css
  2. 69 87
      views/default3.handlebars

+ 5 - 0
public/styles/style-bootstrap.css

@@ -954,6 +954,11 @@ NoMeshesPanel img {
     -webkit-overflow-scrolling: touch;
 }
 
+#xdevices th {
+    color: gray;
+    text-align: center;
+}
+
 #xdevicesmap {
     height: calc(100vh - 239px);
     width: 100%;

File diff suppressed because it is too large
+ 69 - 87
views/default3.handlebars