Преглед на файлове

Bold level 1 items in the tree

Vijayakrishnan преди 3 години
родител
ревизия
7145892323
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      public/css/style.css

+ 4 - 0
public/css/style.css

@@ -2014,6 +2014,10 @@ body.in-iframe .main-row > .sidebar {
     text-decoration: none;
     color: #333;
 }
+.note-container .note-lhs-tree>.note-tree-node>a:not([data-non-segment-target]) {
+    font-weight: bold;
+    color: #333;
+}
 .note-container .note-lhs-tree .note-tree-node>a:hover {
     background-color: aliceblue;
     color: #0d59af !important;