diff --git a/client/components/boards/boardsList.css b/client/components/boards/boardsList.css index f5890f23a..67de283cd 100644 --- a/client/components/boards/boardsList.css +++ b/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; diff --git a/client/components/main/layouts.css b/client/components/main/layouts.css index 4f0d2fbcd..3d095ac6a 100644 --- a/client/components/main/layouts.css +++ b/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;