mirror of
https://github.com/wekan/wekan.git
synced 2026-03-11 08:02:33 +01:00
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
This commit is contained in:
parent
58da992a0c
commit
8964a18e76
2 changed files with 17 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
}
|
}
|
||||||
.board-list li {
|
.board-list li {
|
||||||
float: left;
|
float: left;
|
||||||
color: #dedede; /* li same color as background grey */
|
|
||||||
width: 20%;
|
width: 20%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,23 @@
|
||||||
-webkit-box-sizing: unset;
|
-webkit-box-sizing: unset;
|
||||||
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,
|
.note-popover .popover-content .note-color-palette div .note-color-btn,
|
||||||
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
|
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue