Browse Source

Added missing 'import nib' stylesheet reset that removes extra li bullet points.

Thanks to mfilser and xet7 !

Related https://github.com/wekan/wekan/issues/4512#issuecomment-1129347536
Lauri Ojansivu 3 years ago
parent
commit
8964a18e76
2 changed files with 17 additions and 1 deletions
  1. 0 1
      client/components/boards/boardsList.css
  2. 17 0
      client/components/main/layouts.css

+ 0 - 1
client/components/boards/boardsList.css

@@ -3,7 +3,6 @@
 }
 .board-list li {
   float: left;
-  color: #dedede; /* li same color as background grey */
   width: 20%;
   box-sizing: border-box;
   position: relative;

+ 17 - 0
client/components/main/layouts.css

@@ -2,6 +2,23 @@
   -webkit-box-sizing: unset;
   box-sizing: unset;
 }
+/* Fixed missing 'import nib' stylesheet reset and extra li bullet points
+ * https://github.com/wekan/wekan/issues/4512#issuecomment-1129347536
+ */
+a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
+code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5,
+h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre,
+q, s, samp, small, span, strike, strong, sub, sup,
+table, tbody, td, tfoot, th, thread, tr, tt, ul, var {
+  margin: 0;
+  padding: 0;
+  outline: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-family: inherit;
+  font-size: 100%;
+  vertical-align: baseline;
+}
 .note-popover .popover-content .note-color-palette div .note-color-btn,
 .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
   background: none;